Skip to content
Commit f696cfcf authored by Hartmut Kaiser's avatar Hartmut Kaiser
Browse files

Fixed a VC++ issue related to bitmasks. As it turns out the compiler fills the...

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
parent 39d641f5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment