aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/PromoteMemoryToRegister.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
commit314d7ebaee7eccdc0d8ec10fbd13634eb3d8ca14 (patch)
treea741773f3b340de869cc80ecce0d893f1ad29dbc /lib/Transforms/Utils/PromoteMemoryToRegister.cpp
parent16cd44914b2734339850495d6834f4b501cc267b (diff)
downloadexternal_llvm-314d7ebaee7eccdc0d8ec10fbd13634eb3d8ca14.zip
external_llvm-314d7ebaee7eccdc0d8ec10fbd13634eb3d8ca14.tar.gz
external_llvm-314d7ebaee7eccdc0d8ec10fbd13634eb3d8ca14.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104883 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/PromoteMemoryToRegister.cpp')
0 files changed, 0 insertions, 0 deletions