summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/instr-analysis.s
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/instr-analysis.s
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/instr-analysis.s')
-rw-r--r--test/MC/Mips/instr-analysis.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Mips/instr-analysis.s b/test/MC/Mips/instr-analysis.s
index 58abfd0f4723..e6b4b61bbae8 100644
--- a/test/MC/Mips/instr-analysis.s
+++ b/test/MC/Mips/instr-analysis.s
@@ -1,5 +1,5 @@
# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o - \
-# RUN: | llvm-objdump -d - | FileCheck %s
+# RUN: | llvm-objdump --print-imm-hex=false -d - | FileCheck %s
# CHECK: foo:
# CHECK-NEXT: 0: 0c 00 00 02 jal 8 <loc1>