summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/mips64shift.ll
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2016-04-08 17:55:03 +0000
committerColin LeMahieu <colinl@codeaurora.org>2016-04-08 17:55:03 +0000
commitc49723bd273c9d89d3b9556567a961116b776afd (patch)
treee10c4294cc9753392198ab41950c92005fb03e10 /test/MC/Mips/mips64shift.ll
parent62e3955adf9c3ee5d37aec6b5f89f772300f5bf6 (diff)
[llvm-objdump] Printing hex instead of dec by default
Differential Revision: http://reviews.llvm.org/D18770 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265817 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/mips64shift.ll')
-rw-r--r--test/MC/Mips/mips64shift.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/Mips/mips64shift.ll b/test/MC/Mips/mips64shift.ll
index 99cac7b591fa..83a929d1b0da 100644
--- a/test/MC/Mips/mips64shift.ll
+++ b/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 -disassemble -triple mips64el - | FileCheck %s
+; RUN: | llvm-objdump --print-imm-hex=false -disassemble -triple mips64el - | FileCheck %s
; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 %s -o - \
-; RUN: | llvm-objdump -disassemble -triple mips64el - | FileCheck %s
+; RUN: | llvm-objdump --print-imm-hex=false -disassemble -triple mips64el - | FileCheck %s
define i64 @f3(i64 %a0) nounwind readnone {
entry: