summaryrefslogtreecommitdiffstats
path: root/test/MC/Mips/cprestore-noreorder.s
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2016-04-08 18:15:37 +0000
committerColin LeMahieu <colinl@codeaurora.org>2016-04-08 18:15:37 +0000
commitdf06a070e7cae54c5d2e095fbdd186d8ed1c4b2d (patch)
treee59ffa2708338568d19641c4a29466a0d3b8f69b /test/MC/Mips/cprestore-noreorder.s
parentc49723bd273c9d89d3b9556567a961116b776afd (diff)
Revert r265817
lld tests need to be addressed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/cprestore-noreorder.s')
-rw-r--r--test/MC/Mips/cprestore-noreorder.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Mips/cprestore-noreorder.s b/test/MC/Mips/cprestore-noreorder.s
index e36943d5893c..750c95a63f0c 100644
--- a/test/MC/Mips/cprestore-noreorder.s
+++ b/test/MC/Mips/cprestore-noreorder.s
@@ -2,7 +2,7 @@
# RUN: FileCheck %s
# RUN: llvm-mc %s -arch=mips -mcpu=mips32 -relocation-model=pic -filetype=obj -o -| \
-# RUN: llvm-objdump --print-imm-hex=false -d -r -arch=mips - | \
+# RUN: llvm-objdump -d -r -arch=mips - | \
# RUN: FileCheck %s -check-prefix=CHECK-FOR-STORE
# RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+micromips -relocation-model=pic -show-encoding | \