diff options
Diffstat (limited to 'llvm/test/MC/RISCV/fixups-binary-expression.s')
-rw-r--r-- | llvm/test/MC/RISCV/fixups-binary-expression.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/RISCV/fixups-binary-expression.s b/llvm/test/MC/RISCV/fixups-binary-expression.s index dc1de5d..325a54c 100644 --- a/llvm/test/MC/RISCV/fixups-binary-expression.s +++ b/llvm/test/MC/RISCV/fixups-binary-expression.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc -triple riscv32 -mattr=+c -riscv-no-aliases < %s -show-encoding \ +# RUN: llvm-mc -triple riscv32 -mattr=+c -M no-aliases < %s -show-encoding \ # RUN: | FileCheck -check-prefix=CHECK-FIXUP %s # RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=+c < %s \ # RUN: | llvm-objdump -M no-aliases -d - \ |