diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-08 19:02:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-08 19:02:23 +0000 |
commit | a69f89c17a85d504d31a187111e5f0a0677c1921 (patch) | |
tree | 268c32254e475fcd3cc93dd8ac7c3bfa81c1425f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | b92304b42f7f7b9b294d9e7dd7ab96002dff5b97 (diff) | |
download | llvm-a69f89c17a85d504d31a187111e5f0a0677c1921.zip llvm-a69f89c17a85d504d31a187111e5f0a0677c1921.tar.gz llvm-a69f89c17a85d504d31a187111e5f0a0677c1921.tar.bz2 |
fix PR5978 by peeling the loop so that we avoid shifting the
result int by 8 for the first byte. While normally harmless,
if the result is smaller than a byte, this shift is invalid.
llvm-svn: 93018
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions