diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-09-16 22:09:58 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-09-16 22:09:58 +0000 |
commit | 59c50760941742870786ca6f497f3dcecfc965e0 (patch) | |
tree | 4cfd9432a7f280646d912ff392491ef5795c7bd0 | |
parent | 76ca6d9bcd093ced4277109e6819d49eead0c956 (diff) | |
download | external_llvm-59c50760941742870786ca6f497f3dcecfc965e0.zip external_llvm-59c50760941742870786ca6f497f3dcecfc965e0.tar.gz external_llvm-59c50760941742870786ca6f497f3dcecfc965e0.tar.bz2 |
Remove test of undocumented format.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139955 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/ARM/basic-thumb2-instructions.s | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s index 003a1b9..de63727 100644 --- a/test/MC/ARM/basic-thumb2-instructions.s +++ b/test/MC/ARM/basic-thumb2-instructions.s @@ -2189,15 +2189,6 @@ _func: @------------------------------------------------------------------------------ -@ STR(literal) -@------------------------------------------------------------------------------ - 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 - - -@------------------------------------------------------------------------------ @ STR(register) @------------------------------------------------------------------------------ str r1, [r8, r1] |