aboutsummaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLLexer.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-07 18:39:49 +0000
committerChris Lattner <sabre@nondot.org>2009-07-07 18:39:49 +0000
commitf5a1edce2370664a439cebdc895c8d559354b0c6 (patch)
tree4071c99f8b6ed3c5673d814852cf87c4b4778ced /lib/AsmParser/LLLexer.cpp
parenta9d1f2c559ef4b2549e29288fe6944e68913ba0f (diff)
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
Diffstat (limited to 'lib/AsmParser/LLLexer.cpp')
0 files changed, 0 insertions, 0 deletions