aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-11-03 18:21:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-11-03 18:21:33 +0000
commit949c910fb3198ff792afea2995e6505579a55132 (patch)
tree2e8b50e810f857fd9127ff5cf651b9d650dfbbb2
parent7a25825033a53925f6039b77c4cb0b975026b4e1 (diff)
downloadexternal_llvm-949c910fb3198ff792afea2995e6505579a55132.zip
external_llvm-949c910fb3198ff792afea2995e6505579a55132.tar.gz
external_llvm-949c910fb3198ff792afea2995e6505579a55132.tar.bz2
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118187 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll b/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
index 0198908..3694aaa 100644
--- a/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
+++ b/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6,+vfp2 | FileCheck %s
@quant_coef = external global [6 x [4 x [4 x i32]]] ; <[6 x [4 x [4 x i32]]]*> [#uses=1]
@dequant_coef = external global [6 x [4 x [4 x i32]]] ; <[6 x [4 x [4 x i32]]]*> [#uses=1]