summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/inlineasm-switch-mode.ll
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/ARM/inlineasm-switch-mode.ll
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/ARM/inlineasm-switch-mode.ll')
-rw-r--r--llvm/test/CodeGen/ARM/inlineasm-switch-mode.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/inlineasm-switch-mode.ll b/llvm/test/CodeGen/ARM/inlineasm-switch-mode.ll
index 2b5d3c2908c..6035612788d 100644
--- a/llvm/test/CodeGen/ARM/inlineasm-switch-mode.ll
+++ b/llvm/test/CodeGen/ARM/inlineasm-switch-mode.ll
@@ -1,7 +1,7 @@
;RUN: llc -mtriple=thumbv7-linux-gnueabi < %s | llvm-mc -triple=thumbv7-linux-gnueabi -filetype=obj > %t
; Two pass decoding needed because llvm-objdump does not respect mapping symbols
-;RUN: llvm-objdump --print-imm-hex=false -triple=armv7 -d %t | FileCheck %s --check-prefix=ARM
-;RUN: llvm-objdump --print-imm-hex=false -triple=thumbv7 -d %t | FileCheck %s --check-prefix=THUMB
+;RUN: llvm-objdump -triple=armv7 -d %t | FileCheck %s --check-prefix=ARM
+;RUN: llvm-objdump -triple=thumbv7 -d %t | FileCheck %s --check-prefix=THUMB
define hidden i32 @bah(i8* %start) #0 align 2 {
%1 = ptrtoint i8* %start to i32
OpenPOWER on IntegriCloud