summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-06 02:22:58 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-06 02:22:58 +0000
commit1eccd286fdf93fa9370f2f5dc1c0fbfd7d97a02f (patch)
tree9c1595cea9f5cc91f6917d0a7f872d39ca12320e /llvm/test/CodeGen/ARM
parentd985d76040100c733fc25dee193640cf45a2bacb (diff)
downloadbcm5719-llvm-1eccd286fdf93fa9370f2f5dc1c0fbfd7d97a02f.tar.gz
bcm5719-llvm-1eccd286fdf93fa9370f2f5dc1c0fbfd7d97a02f.zip
llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I guess Chad expects fastisel here.
llvm-svn: 169463
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r--llvm/test/CodeGen/ARM/extload-knownzero.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/extload-knownzero.ll b/llvm/test/CodeGen/ARM/extload-knownzero.ll
index 348285399ad..e56dcf967fa 100644
--- a/llvm/test/CodeGen/ARM/extload-knownzero.ll
+++ b/llvm/test/CodeGen/ARM/extload-knownzero.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc < %s -march=arm -O0 | FileCheck %s
; rdar://12771555
define void @foo(i16* %ptr, i32 %a) nounwind {
OpenPOWER on IntegriCloud