diff options
Diffstat (limited to 'test/tools/llvm-objdump/AArch64/macho-print-mrs.test')
-rw-r--r-- | test/tools/llvm-objdump/AArch64/macho-print-mrs.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/llvm-objdump/AArch64/macho-print-mrs.test b/test/tools/llvm-objdump/AArch64/macho-print-mrs.test index cc1d14faf8d33..c629a4de38768 100644 --- a/test/tools/llvm-objdump/AArch64/macho-print-mrs.test +++ b/test/tools/llvm-objdump/AArch64/macho-print-mrs.test @@ -1,3 +1,3 @@ RUN: llvm-objdump -d -m -no-show-raw-insn %p/Inputs/print-mrs.obj.macho-aarch64 | FileCheck %s -CHECK: 0: mrs x0, S3_7_C15_C2_0 +CHECK: 0: mrs x0, CPM_IOACC_CTL_EL3 |