summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-11-02 18:03:14 +0000
committerOwen Anderson <resistor@mac.com>2011-11-02 18:03:14 +0000
commit81550dc0a866e27a1efbc5de616fb366ebb547cd (patch)
tree2f98498bb747fc378c03ed8ada03274e41a5d593 /test
parentdba9a17f9a69d16264ab30cfd878f2e74ba36d26 (diff)
downloadllvm-81550dc0a866e27a1efbc5de616fb366ebb547cd.tar.gz
llvm-81550dc0a866e27a1efbc5de616fb366ebb547cd.tar.bz2
llvm-81550dc0a866e27a1efbc5de616fb366ebb547cd.tar.xz
Fix the issue that r143552 was trying to address the _right_ way. One-register lists are legal on LDM/STM instructions, but we should not print the PUSH/POP aliases when they appear. This fixes round tripping on this instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/Disassembler/ARM/arm-tests.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/arm-tests.txt b/test/MC/Disassembler/ARM/arm-tests.txt
index 69a094dd68..a1431357fb 100644
--- a/test/MC/Disassembler/ARM/arm-tests.txt
+++ b/test/MC/Disassembler/ARM/arm-tests.txt
@@ -317,3 +317,7 @@
# CHECK: stc2l p0, c0, [r2], #-96
0x18 0x0 0x62 0xfc
+
+# CHECK: ldmgt sp!, {r9}
+0x00 0x02 0xbd 0xc8
+