aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2012-12-06 02:29:29 +0000
committerEvan Cheng <evan.cheng@apple.com>2012-12-06 02:29:29 +0000
commit824ec7d01a160420012f3089dd44b058624481ed (patch)
tree65f12f4cd070a5d2128028cd1ac4610eab0dfeb7 /test/CodeGen
parente1ab8e3e735db11672020bae751848f8df0884e7 (diff)
downloadexternal_llvm-824ec7d01a160420012f3089dd44b058624481ed.zip
external_llvm-824ec7d01a160420012f3089dd44b058624481ed.tar.gz
external_llvm-824ec7d01a160420012f3089dd44b058624481ed.tar.bz2
Properly fix the tes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/ARM/extload-knownzero.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/extload-knownzero.ll b/test/CodeGen/ARM/extload-knownzero.ll
index e56dcf9..8fd6b6b 100644
--- a/test/CodeGen/ARM/extload-knownzero.ll
+++ b/test/CodeGen/ARM/extload-knownzero.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -O0 | FileCheck %s
+; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
; rdar://12771555
define void @foo(i16* %ptr, i32 %a) nounwind {
@@ -7,7 +7,6 @@ entry:
%tmp1 = icmp ult i32 %a, 100
br i1 %tmp1, label %bb1, label %bb2
bb1:
-; CHECK: %bb1
; CHECK: ldrh
%tmp2 = load i16* %ptr, align 2
br label %bb2