diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-07-28 21:59:38 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-07-28 21:59:38 +0000 |
commit | c5b3c58ae8f954587bbb651dec7990744a29f12d (patch) | |
tree | 3beb7c20f44771c11e27ae782bc0fe2b5eb04d34 /test | |
parent | cf121c35c484ee17210fde1cecbd896348cd654a (diff) | |
download | external_llvm-c5b3c58ae8f954587bbb651dec7990744a29f12d.zip external_llvm-c5b3c58ae8f954587bbb651dec7990744a29f12d.tar.gz external_llvm-c5b3c58ae8f954587bbb651dec7990744a29f12d.tar.bz2 |
CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136408 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/ARM/basic-arm-instructions.s | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/MC/ARM/basic-arm-instructions.s b/test/MC/ARM/basic-arm-instructions.s index 352a050..09a9cad 100644 --- a/test/MC/ARM/basic-arm-instructions.s +++ b/test/MC/ARM/basic-arm-instructions.s @@ -394,10 +394,6 @@ Lforward: @ CHECK: bxj r2 @ encoding: [0x22,0xff,0x2f,0xe1] @ CHECK: bxjne r2 @ encoding: [0x22,0xff,0x2f,0x11] -@------------------------------------------------------------------------------ -@ FIXME: CBNZ/CBZ -@------------------------------------------------------------------------------ - @------------------------------------------------------------------------------ @ CDP/CDP2 |