Skip to content
Commit a8b6961b authored by Chris Lattner's avatar Chris Lattner
Browse files

fix some type confusion in ReadVBR64: "Piece" should be only 32 bits,

not 64, because we read at most 32 bits at a time.  OTOH, "Result" must
be 64-bits and insertion into it must be 64-bit clean.  Thanks to Ivan
Sorokin for bringing this up.

llvm-svn: 74932
parent 5c96ef7c
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