summaryrefslogtreecommitdiff
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
commite1ab8e3e735db11672020bae751848f8df0884e7 (patch)
tree68a87a4d34a2ef387a1728152fc7c2302a7fa16f
parentc7078924f044584d9e9b277862d34d5b43ff2b1e (diff)
downloadllvm-e1ab8e3e735db11672020bae751848f8df0884e7.tar.gz
llvm-e1ab8e3e735db11672020bae751848f8df0884e7.tar.bz2
llvm-e1ab8e3e735db11672020bae751848f8df0884e7.tar.xz
llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I guess Chad expects fastisel here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169463 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/extload-knownzero.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/extload-knownzero.ll b/test/CodeGen/ARM/extload-knownzero.ll
index 348285399a..e56dcf967f 100644
--- a/test/CodeGen/ARM/extload-knownzero.ll
+++ b/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 {