summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-05-27 20:23:42 +0000
committerBob Wilson <bob.wilson@apple.com>2010-05-27 20:23:42 +0000
commit40e62dfdc03d1eb12b7d9961746d24383175ae96 (patch)
tree4dad33c65fc23da1e315b52cedf79fb494d0cf98 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentab366f055acc1f416d3dc8775aca97ed7f82ff2c (diff)
downloadbcm5719-llvm-40e62dfdc03d1eb12b7d9961746d24383175ae96.tar.gz
bcm5719-llvm-40e62dfdc03d1eb12b7d9961746d24383175ae96.zip
Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases
should fall through to the 'H' case, but instead 'Q' was falling through to 'R' so that it would do the wrong thing for a big-endian ARM target. llvm-svn: 104883
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud