llvm-6502/include/llvm/Bitcode
Rafael Espindola d5b5eb6c97 Revert commits r222146 and r222137.
They were producing the wrong result if NumBits == BitsInWord. The old mask
produced -1, the new mask 0.

This should fix the 32 bit bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222166 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-17 19:26:40 +00:00
..
BitCodes.h Spell out the template args for compilers having issues with the injected class 2014-09-15 16:13:33 +00:00
BitcodeWriterPass.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
BitstreamReader.h Revert commits r222146 and r222137. 2014-11-17 19:26:40 +00:00
BitstreamWriter.h Use IntrusiveRefCntPtr to manage the lifetime of BitCodeAbbrevs. 2014-09-15 15:44:14 +00:00
LLVMBitCodes.h Bitcode: Serialize (and recover) use-list order 2014-07-28 21:19:41 +00:00
ReaderWriter.h Pass a && to getLazyBitcodeModule. 2014-09-03 17:31:46 +00:00