[llvm-commits] [llvm] r136408 - /llvm/trunk/test/MC/ARM/basic-arm-instructions.s

Jim Grosbach grosbach at apple.com
Thu Jul 28 14:59:38 PDT 2011


Author: grosbach
Date: Thu Jul 28 16:59:38 2011
New Revision: 136408

URL: http://llvm.org/viewvc/llvm-project?rev=136408&view=rev
Log:
CBZ/CBNZ are Thumb2 only. No need for ARM mode tests for them.

Modified:
    llvm/trunk/test/MC/ARM/basic-arm-instructions.s

Modified: llvm/trunk/test/MC/ARM/basic-arm-instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/basic-arm-instructions.s?rev=136408&r1=136407&r2=136408&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-arm-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-arm-instructions.s Thu Jul 28 16:59:38 2011
@@ -394,10 +394,6 @@
 @ CHECK: bxj	r2                      @ encoding: [0x22,0xff,0x2f,0xe1]
 @ CHECK: bxjne	r2                      @ encoding: [0x22,0xff,0x2f,0x11]
 
- at ------------------------------------------------------------------------------
-@ FIXME: CBNZ/CBZ
- at ------------------------------------------------------------------------------
-
 
 @------------------------------------------------------------------------------
 @ CDP/CDP2





More information about the llvm-commits mailing list