llvm-6502/lib/Target/ARM/AsmPrinter
Bob Wilson d984eb6073 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
2010-05-27 20:23:42 +00:00
..
ARMAsmPrinter.cpp Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases 2010-05-27 20:23:42 +00:00
ARMInstPrinter.cpp Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums 2010-05-24 16:54:32 +00:00
ARMInstPrinter.h Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a 2010-04-16 22:40:20 +00:00
ARMMCInstLower.cpp Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
ARMMCInstLower.h I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it 2010-05-11 20:16:09 +00:00
CMakeLists.txt
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00