aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-04-30 07:45:01 +0000
committerCraig Topper <craig.topper@gmail.com>2017-04-30 07:45:01 +0000
commit7f7d12003ab888568152a3b550df441341c2fa27 (patch)
tree8dccae4fc23001e46e3b45da377b2e5700edf6e3 /llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
parent778f57b4f1476b7f9c51e18948ad51e6ce19ddef (diff)
downloadllvm-7f7d12003ab888568152a3b550df441341c2fa27.zip
llvm-7f7d12003ab888568152a3b550df441341c2fa27.tar.gz
llvm-7f7d12003ab888568152a3b550df441341c2fa27.tar.bz2
[APInt] Remove support for wrapping from APInt::setBits.
This features isn't used anywhere in tree. It's existence seems to be preventing selfhost builds from inlining any of the setBits methods including setLowBits, setHighBits, and setBitsFrom. This is because the code makes the method recursive. If anyone needs this feature in the future we could consider adding a setBitsWithWrap method. This way only the calls that need it would pay for it. llvm-svn: 301769
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp')
0 files changed, 0 insertions, 0 deletions