diff options
author | Owen Anderson <resistor@mac.com> | 2011-02-08 22:39:40 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-02-08 22:39:40 +0000 |
commit | 971b83b67a9812556cdb97bb58aa96fb37af458d (patch) | |
tree | f930f489860440e92e4bc792b16ac97c96583303 /test/MC | |
parent | 0fd90bc12f77820e757ef3a427fab9f66aba6381 (diff) | |
download | external_llvm-971b83b67a9812556cdb97bb58aa96fb37af458d.zip external_llvm-971b83b67a9812556cdb97bb58aa96fb37af458d.tar.gz external_llvm-971b83b67a9812556cdb97bb58aa96fb37af458d.tar.bz2 |
Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 (which worked around it). This should get us back to the old, correct behavior, though it will make the integrated assembler unhappy for the time being.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/Disassembler/ARM/thumb-tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Disassembler/ARM/thumb-tests.txt b/test/MC/Disassembler/ARM/thumb-tests.txt index 2870d50..29c67e7 100644 --- a/test/MC/Disassembler/ARM/thumb-tests.txt +++ b/test/MC/Disassembler/ARM/thumb-tests.txt @@ -27,7 +27,7 @@ # CHECK: ldmia r0!, {r1} 0x02 0xc8 -# CHECK: ldrb.w r8, [pc, #-24] +# CHECK: ldrb.w r8, #-24 0x1f 0xf8 0x18 0x80 # CHECK: ldrd r0, r1, [r7, #64]! |