diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-05-27 20:23:42 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-05-27 20:23:42 +0000 |
| commit | 314d7ebaee7eccdc0d8ec10fbd13634eb3d8ca14 (patch) | |
| tree | a741773f3b340de869cc80ecce0d893f1ad29dbc /lib/Transforms/Utils/PromoteMemoryToRegister.cpp | |
| parent | 16cd44914b2734339850495d6834f4b501cc267b (diff) | |
| download | external_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
