[llvm-commits] [llvm] r139955 - /llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s

Jim Grosbach grosbach at apple.com
Fri Sep 16 15:09:58 PDT 2011


Author: grosbach
Date: Fri Sep 16 17:09:58 2011
New Revision: 139955

URL: http://llvm.org/viewvc/llvm-project?rev=139955&view=rev
Log:
Remove test of undocumented format.

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

Modified: llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s?rev=139955&r1=139954&r2=139955&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s (original)
+++ llvm/trunk/test/MC/ARM/basic-thumb2-instructions.s Fri Sep 16 17:09:58 2011
@@ -2189,15 +2189,6 @@
 
 
 @------------------------------------------------------------------------------
-@ STR(literal)
- at ------------------------------------------------------------------------------
-        str.w r5, _foo
-
-@ CHECK: str.w	r5, _foo                @ encoding: [0xcf'A',0xf8'A',A,0x50'A']
-@ CHECK:    @   fixup A - offset: 0, value: _foo, kind: fixup_t2_ldst_pcrel_12
-
-
- at ------------------------------------------------------------------------------
 @ STR(register)
 @------------------------------------------------------------------------------
         str r1, [r8, r1]





More information about the llvm-commits mailing list