summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-03-30 05:48:58 +0000
committerCraig Topper <craig.topper@gmail.com>2017-03-30 05:48:58 +0000
commitb048bc86e8a1c85c4ec0e2c531c9ab1aec6827ad (patch)
tree67590187b6b7cf7fc4d4c79138c182ec2d1934ff /unittests/Tooling
parent84aae4674ad086336f57847a72249a3d4907b24b (diff)
[APInt] Remove references to integerPartWidth and integerPart outside of APFloat implentation.
Turns out integerPartWidth only explicitly defines the width of the tc functions in the APInt class. Functions that aren't used by APInt implementation itself. Many places in the code base already assume APInt is made up of 64-bit pieces. Explicitly assuming 64-bit here doesn't make that situation much worse. A full audit would need to be done if it ever changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Tooling')
0 files changed, 0 insertions, 0 deletions