diff options
| author | Bradley Smith <bradley.smith@arm.com> | 2014-04-09 14:42:42 +0000 |
|---|---|---|
| committer | Bradley Smith <bradley.smith@arm.com> | 2014-04-09 14:42:42 +0000 |
| commit | fb90df563fc7ef3677317c24c595fece9f8546f8 (patch) | |
| tree | a5cb4cbe4bbb9bf3a3c7f9bdec94be8de9db8a0a /llvm/test/MC/Disassembler/ARM64 | |
| parent | 08c391c15618b052864dd32e0acfda78d4ab1a6f (diff) | |
| download | bcm5719-llvm-fb90df563fc7ef3677317c24c595fece9f8546f8.tar.gz bcm5719-llvm-fb90df563fc7ef3677317c24c595fece9f8546f8.zip | |
[ARM64] Move CPSRField and DBarrier operands over to AArch64-style disassembly and assembly. This removes the last users of namespace ARM64SYS.
llvm-svn: 205869
Diffstat (limited to 'llvm/test/MC/Disassembler/ARM64')
| -rw-r--r-- | llvm/test/MC/Disassembler/ARM64/system.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Disassembler/ARM64/system.txt b/llvm/test/MC/Disassembler/ARM64/system.txt index d11bfeeefb5..635bc9995a9 100644 --- a/llvm/test/MC/Disassembler/ARM64/system.txt +++ b/llvm/test/MC/Disassembler/ARM64/system.txt @@ -44,7 +44,7 @@ # CHECK: sys #2, c0, c5, #7 # CHECK: sys #7, c6, c10, #7, x7 # CHECK: sysl x20, #6, c3, c15, #7 -# CHECK: msr SPSel, #0 +# CHECK: msr SPSEL, #0 # CHECK: msr S3_0_C11_C0_0, x0 # CHECK: mrs x0, S3_0_C11_C0_0 |

