diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/option-norvc.ll')
-rw-r--r-- | llvm/test/CodeGen/RISCV/option-norvc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/option-norvc.ll b/llvm/test/CodeGen/RISCV/option-norvc.ll index 381fb37735d..db96a1106bb 100644 --- a/llvm/test/CodeGen/RISCV/option-norvc.ll +++ b/llvm/test/CodeGen/RISCV/option-norvc.ll @@ -1,5 +1,5 @@ ; RUN: llc -mtriple=riscv32 -mattr=+c -filetype=obj < %s\ -; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -riscv-no-aliases -\ +; RUN: | llvm-objdump -triple=riscv32 -mattr=+c -d -M no-aliases -\ ; RUN: | FileCheck -check-prefix=CHECK %s ; This test demonstrates that .option norvc has no effect on codegen when |