Add support for ARM / Thumb mode switching with .code 16 and .code 32.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 8 Jul 2011 22:36:29 +0000 (22:36 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 8 Jul 2011 22:36:29 +0000 (22:36 +0000)
commit32869205052430f45d598fba25ab878d8b29da2d
tree49a7040cd53cda26dff8888b4aba41d629fc2a30
parent7c3a5cac02d6676c6e9c55bf8d60bdfa38e3e00a
Add support for ARM / Thumb mode switching with .code 16 and .code 32.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/mode-switch.s [new file with mode: 0644]