diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-11-16 22:48:37 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-11-16 22:48:37 +0000 |
commit | 2abba8496cb394af53b531e95067d5cae78bb9ee (patch) | |
tree | 73384ed79dac7d94d42a88ffe98716721ea892b7 /test | |
parent | 47a906ac2376bd6288270f2f6d4e06b5a988bd14 (diff) | |
download | external_llvm-2abba8496cb394af53b531e95067d5cae78bb9ee.zip external_llvm-2abba8496cb394af53b531e95067d5cae78bb9ee.tar.gz external_llvm-2abba8496cb394af53b531e95067d5cae78bb9ee.tar.bz2 |
Generalize the fixup info for ARM mode.
We don't (yet) have the granularity in the fixups to be specific about which
bitranges are affected. That's a future cleanup, but we're not there yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/ARM/basic-arm-instructions.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/ARM/basic-arm-instructions.s b/test/MC/ARM/basic-arm-instructions.s index da216fa..133967b 100644 --- a/test/MC/ARM/basic-arm-instructions.s +++ b/test/MC/ARM/basic-arm-instructions.s @@ -133,9 +133,9 @@ Lforward: adr r2, #-3 @ CHECK: Lback: -@ CHECK: adr r2, Lback @ encoding: [0bAAAAAAA0,0x20'A',0x0f'A',0b1110001A] +@ CHECK: adr r2, Lback @ encoding: [A,0x20'A',0x0f'A',0xe2'A'] @ CHECK: @ fixup A - offset: 0, value: Lback, kind: fixup_arm_adr_pcrel_12 -@ CHECK: adr r3, Lforward @ encoding: [0bAAAAAAA0,0x30'A',0x0f'A',0b1110001A] +@ CHECK: adr r3, Lforward @ encoding: [A,0x30'A',0x0f'A',0xe2'A'] @ CHECK: @ fixup A - offset: 0, value: Lforward, kind: fixup_arm_adr_pcrel_12 @ CHECK: Lforward: @ CHECK: adr r2, #3 @ encoding: [0x03,0x20,0x8f,0xe2] |