diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/compress-inline-asm.ll')
-rw-r--r-- | llvm/test/CodeGen/RISCV/compress-inline-asm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/compress-inline-asm.ll b/llvm/test/CodeGen/RISCV/compress-inline-asm.ll index 9b84bdeaf5d..fca4d6d1c70 100644 --- a/llvm/test/CodeGen/RISCV/compress-inline-asm.ll +++ b/llvm/test/CodeGen/RISCV/compress-inline-asm.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 @ext = external global i32 |