aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-02 06:53:57 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-02 06:53:57 +0000
commit3825ce8c24ce41ea326f040c336c440fd1246cc8 (patch)
treec903b4b5c925626b47ab3bc93b091ad5fc137e63 /test/CodeGen/ARM
parent0bc1e0b8ee9cb1c0b521cac878d1401b36e7fb4e (diff)
Fix tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83241 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/ifcvt5.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ifcvt5.ll b/test/CodeGen/ARM/ifcvt5.ll
index 13c1603c90..e9145ac36d 100644
--- a/test/CodeGen/ARM/ifcvt5.ll
+++ b/test/CodeGen/ARM/ifcvt5.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
@x = external global i32* ; <i32**> [#uses=1]