summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/licm-nested.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-09 19:17:36 +0000
committerDan Gohman <gohman@apple.com>2010-07-09 19:17:36 +0000
commitf870e566eeb30a3c85aeb45d9713f9a59f58d878 (patch)
tree5332044fde01b1d443e3b0a4af964e71fe86a364 /test/CodeGen/X86/licm-nested.ll
parentaa7426070da3b74d60186763bb7c53af3e095427 (diff)
downloadllvm-f870e566eeb30a3c85aeb45d9713f9a59f58d878.tar.gz
llvm-f870e566eeb30a3c85aeb45d9713f9a59f58d878.tar.bz2
llvm-f870e566eeb30a3c85aeb45d9713f9a59f58d878.tar.xz
Add a target triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/licm-nested.ll')
-rw-r--r--test/CodeGen/X86/licm-nested.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/licm-nested.ll b/test/CodeGen/X86/licm-nested.ll
index 332fe748f8..71685bb5b8 100644
--- a/test/CodeGen/X86/licm-nested.ll
+++ b/test/CodeGen/X86/licm-nested.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 < %s -stats -info-output-file - | grep machine-licm | grep 2
+; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -stats -info-output-file - | grep machine-licm | grep 2
; MachineLICM should be able to hoist the symbolic addresses out of
; the inner loops.