llvm-6502/include
Chris Lattner f5a1edce23 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74932 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-07 18:39:49 +00:00
..
llvm fix some type confusion in ReadVBR64: "Piece" should be only 32 bits, 2009-07-07 18:39:49 +00:00
llvm-c Add two new accessors to the C bindings, patch by Wladimir van der Laan! 2009-07-06 17:29:59 +00:00