summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips
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
commitefe37328831b7184548e038f067e3dd8313ec42f (patch)
treef703c5532fdbcbdb5e4574ec57d973d34e98fe4c /llvm/test/CodeGen/Mips
parent464f7dfd04b30ac550e3b5fbf836af716d6c3e06 (diff)
downloadbcm5719-llvm-efe37328831b7184548e038f067e3dd8313ec42f.tar.gz
bcm5719-llvm-efe37328831b7184548e038f067e3dd8313ec42f.zip
Revert r265817
lld tests need to be addressed. llvm-svn: 265822
Diffstat (limited to 'llvm/test/CodeGen/Mips')
-rw-r--r--llvm/test/CodeGen/Mips/micromips-atomic1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/micromips-atomic1.ll b/llvm/test/CodeGen/Mips/micromips-atomic1.ll
index b484d53dd02..37c3d7682e4 100644
--- a/llvm/test/CodeGen/Mips/micromips-atomic1.ll
+++ b/llvm/test/CodeGen/Mips/micromips-atomic1.ll
@@ -1,5 +1,5 @@
; RUN: llc -march=mipsel -filetype=obj --disable-machine-licm -mattr=micromips < %s -o - \
-; RUN: | llvm-objdump --print-imm-hex=false -no-show-raw-insn -arch mipsel -mcpu=mips32r2 -mattr=micromips -d - \
+; RUN: | llvm-objdump -no-show-raw-insn -arch mipsel -mcpu=mips32r2 -mattr=micromips -d - \
; RUN: | FileCheck %s -check-prefix=MICROMIPS
; Use llvm-objdump to check wheter the encodings of microMIPS atomic instructions are correct.
OpenPOWER on IntegriCloud