Add a target triple.
authorDan Gohman <gohman@apple.com>
Fri, 9 Jul 2010 19:17:36 +0000 (19:17 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 9 Jul 2010 19:17:36 +0000 (19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108003 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/licm-nested.ll

index 332fe748f8141842ba982b7fcbebc1b2122da428..71685bb5b83a486a2590224bf122d1a47997be75 100644 (file)
@@ -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.