commit | e33c95d39b4a315be12c79f710cb1550650cb457 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Thu Aug 11 18:41:59 2011 +0000 |
committer | Owen Anderson <resistor@mac.com> | Thu Aug 11 18:41:59 2011 +0000 |
tree | cb5845128c7b98db5ec4bae669ae83718bac081a | |
parent | fa7e6a54b11a8597da0e5f8e96bc7657f2492750 [diff] [blame] |
Correct immediate range for shifter operands. Patch by James Molloy, with additional encoding fixes added by me. llvm-svn: 137322
diff --git a/llvm/test/MC/Disassembler/ARM/arm-tests.txt b/llvm/test/MC/Disassembler/ARM/arm-tests.txt index 52cd112..a629989 100644 --- a/llvm/test/MC/Disassembler/ARM/arm-tests.txt +++ b/llvm/test/MC/Disassembler/ARM/arm-tests.txt
@@ -302,3 +302,6 @@ # CHECK: nop 0x00 0xf0 0x20 0xe3 + +# CHECK: andeq r0, r0, r0, lsr #32 +0x20 0x00 0x00 0x00