diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-05-12 18:01:57 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-05-12 18:01:57 +0000 |
commit | 81ee020f649a5f18f7e2c969fa4ed81c34e19f1f (patch) | |
tree | 74b03eb2c62588a0f999bff65dac09a9200ba3b7 /llvm/lib/Bitcode/Writer/ValueEnumerator.cpp | |
parent | 5d22b630afb3a6106607a07d0b35cd55a5142eb3 (diff) | |
download | bcm5719-llvm-81ee020f649a5f18f7e2c969fa4ed81c34e19f1f.tar.gz bcm5719-llvm-81ee020f649a5f18f7e2c969fa4ed81c34e19f1f.zip |
Fix shl to produce the correct result when the bitwidth is > 64 and the
shift amount is 0. Previously this code would do a lshr by the bit width
which can lead to incorrect results.
llvm-svn: 37010
Diffstat (limited to 'llvm/lib/Bitcode/Writer/ValueEnumerator.cpp')
0 files changed, 0 insertions, 0 deletions