diff options
author | Owen Anderson <resistor@mac.com> | 2011-10-28 18:02:13 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-10-28 18:02:13 +0000 |
commit | cb9fed665550376b7c65c7e1157a58911193e2e2 (patch) | |
tree | 3255045f6777b00860818bd8d33ba46b416ccdfc /test | |
parent | bf923b815d6da97367e3eedab69230918bf128a3 (diff) | |
download | external_llvm-cb9fed665550376b7c65c7e1157a58911193e2e2.zip external_llvm-cb9fed665550376b7c65c7e1157a58911193e2e2.tar.gz external_llvm-cb9fed665550376b7c65c7e1157a58911193e2e2.tar.bz2 |
Reapply r143202, with a manual decoding hook for SWP. This change inadvertantly exposed a decoding ambiguity between SWP and CPS that the auto-generated decoder can't handle.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143208 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt b/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt index 6fdb55e..8146b5c 100644 --- a/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt +++ b/test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt @@ -1,4 +1,4 @@ # RUN: llvm-mc --disassemble %s -triple=arm-apple-darwin9 |& grep {potentially undefined instruction encoding} # invalid (imod, M, iflags) combination -0x93 0x1c 0x02 0xf1 +0x93 0x00 0x02 0xf1 |