diff options
Diffstat (limited to 'llvm/test/MC/RISCV/numeric-reg-names.s')
-rw-r--r-- | llvm/test/MC/RISCV/numeric-reg-names.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/RISCV/numeric-reg-names.s b/llvm/test/MC/RISCV/numeric-reg-names.s index 89dafeb5ded..e7a2d889d31 100644 --- a/llvm/test/MC/RISCV/numeric-reg-names.s +++ b/llvm/test/MC/RISCV/numeric-reg-names.s @@ -1,7 +1,7 @@ # RUN: llvm-mc -triple riscv32 < %s -riscv-arch-reg-names \ # RUN: | FileCheck -check-prefix=CHECK-NUMERIC %s # RUN: llvm-mc -filetype=obj -triple riscv32 < %s \ -# RUN: | llvm-objdump -d -riscv-arch-reg-names - \ +# RUN: | llvm-objdump -d -M numeric - \ # RUN: | FileCheck -check-prefix=CHECK-NUMERIC %s # CHECK-NUMERIC: addi x10, x0, 1 |