summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-09-10 06:20:01 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-09-10 06:20:01 +0000
commit3dc0bb3afd44721c92bf1ae804faaac6a02db1be (patch)
tree7dbf4ae323e20af6d806cb1aeb4a568fa1c57954 /test
parentefe7d9a12f441a256d67c4e4da494dcefca678a5 (diff)
downloadllvm-3dc0bb3afd44721c92bf1ae804faaac6a02db1be.tar.gz
llvm-3dc0bb3afd44721c92bf1ae804faaac6a02db1be.tar.bz2
llvm-3dc0bb3afd44721c92bf1ae804faaac6a02db1be.tar.xz
Fix test so it passes on non-Darwin hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113577 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/ARM/ifcvt10.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ifcvt10.ll b/test/CodeGen/ARM/ifcvt10.ll
index 3fd6a97c76..e3bcf18ef4 100644
--- a/test/CodeGen/ARM/ifcvt10.ll
+++ b/test/CodeGen/ARM/ifcvt10.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin -mcpu=cortex-a8 | FileCheck %s
; rdar://8402126
; Make sure if-converter is not predicating vldmia and ldmia. These are
; micro-coded and would have long issue latency even if predicated on