diff options
Diffstat (limited to 'llvm/test/MC/RISCV/numeric-reg-names-d.s')
-rw-r--r-- | llvm/test/MC/RISCV/numeric-reg-names-d.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/RISCV/numeric-reg-names-d.s b/llvm/test/MC/RISCV/numeric-reg-names-d.s index 968d3f07490..97d3b58add9 100644 --- a/llvm/test/MC/RISCV/numeric-reg-names-d.s +++ b/llvm/test/MC/RISCV/numeric-reg-names-d.s @@ -1,7 +1,7 @@ # RUN: llvm-mc -triple riscv32 -mattr=+f,+d < %s -riscv-arch-reg-names \ # RUN: | FileCheck -check-prefix=CHECK-NUMERIC %s # RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=+f,+d < %s \ -# RUN: | llvm-objdump -mattr=+f,+d -d -riscv-arch-reg-names - \ +# RUN: | llvm-objdump -mattr=+f,+d -d -M numeric - \ # RUN: | FileCheck -check-prefix=CHECK-NUMERIC %s # CHECK-NUMERIC: fsqrt.d f10, f0 |