diff options
Diffstat (limited to 'llvm/test/MC/Mips/mips64shift.ll')
-rw-r--r-- | llvm/test/MC/Mips/mips64shift.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/Mips/mips64shift.ll b/llvm/test/MC/Mips/mips64shift.ll index 83a929d1b0d..99cac7b591f 100644 --- a/llvm/test/MC/Mips/mips64shift.ll +++ b/llvm/test/MC/Mips/mips64shift.ll @@ -1,8 +1,8 @@ ; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 -disable-mips-delay-filler %s -o - \ -; RUN: | llvm-objdump --print-imm-hex=false -disassemble -triple mips64el - | FileCheck %s +; RUN: | llvm-objdump -disassemble -triple mips64el - | FileCheck %s ; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 %s -o - \ -; RUN: | llvm-objdump --print-imm-hex=false -disassemble -triple mips64el - | FileCheck %s +; RUN: | llvm-objdump -disassemble -triple mips64el - | FileCheck %s define i64 @f3(i64 %a0) nounwind readnone { entry: |