aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitWriter.cpp
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2007-09-17 21:11:08 +0000
committerHartmut Kaiser <hartmut.kaiser@gmail.com>2007-09-17 21:11:08 +0000
commitf696cfcf06794267c14629dae3db3debd012677e (patch)
tree49a2a5a9b2cd6475212b72574b5ee4d12e3148d2 /llvm/lib/Bitcode/Writer/BitWriter.cpp
parent39d641f52623b10caf787a515fc192e02d231d6e (diff)
downloadllvm-f696cfcf06794267c14629dae3db3debd012677e.zip
llvm-f696cfcf06794267c14629dae3db3debd012677e.tar.gz
llvm-f696cfcf06794267c14629dae3db3debd012677e.tar.bz2
Fixed a VC++ issue related to bitmasks. As it turns out the compiler fills the unused bits of the word a bitmask is stored in with '1' (or randomly, I can't tell, I've seen '1' so far only), which creates wrong results in certain cases.
Please review. llvm-svn: 42061
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitWriter.cpp')
0 files changed, 0 insertions, 0 deletions