diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-04-16 19:33:23 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-04-16 19:33:23 +0000 |
| commit | 807e1748fc737c6ee70e841ea087bde9aa75e10f (patch) | |
| tree | d7b09bc3f3953ce72b64068a9117817c53898528 /llvm/test | |
| parent | 5c8ffab9fb1060e363e0cc02caeafce53d9e660f (diff) | |
| download | bcm5719-llvm-807e1748fc737c6ee70e841ea087bde9aa75e10f.tar.gz bcm5719-llvm-807e1748fc737c6ee70e841ea087bde9aa75e10f.zip | |
Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed
to the UAL syntax of LDCL<c>, instead.
Add a test case for this change which also tests the removal of assert() from
printAddrMode2OffsetOperand().
llvm-svn: 101527
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/Disassembler/arm-tests.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/MC/Disassembler/arm-tests.txt b/llvm/test/MC/Disassembler/arm-tests.txt index 52835a95aa0..b3417e51c84 100644 --- a/llvm/test/MC/Disassembler/arm-tests.txt +++ b/llvm/test/MC/Disassembler/arm-tests.txt @@ -15,6 +15,9 @@ # CHECK: dmb nshst 0x56 0xf0 0x7f 0xf5 +# CHECK: ldclvc p5, cr15, [r8], #-0 +0x00 0xf5 0x78 0x7c + # CHECK: ldr r0, [r2], #15 0x0f 0x00 0x92 0xe4 |

