[llvm-commits] [llvm] r108003 - /llvm/trunk/test/CodeGen/X86/licm-nested.ll
Dan Gohman
gohman at apple.com
Fri Jul 9 12:17:36 PDT 2010
Author: djg
Date: Fri Jul 9 14:17:36 2010
New Revision: 108003
URL: http://llvm.org/viewvc/llvm-project?rev=108003&view=rev
Log:
Add a target triple.
Modified:
llvm/trunk/test/CodeGen/X86/licm-nested.ll
Modified: llvm/trunk/test/CodeGen/X86/licm-nested.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/licm-nested.ll?rev=108003&r1=108002&r2=108003&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/licm-nested.ll (original)
+++ llvm/trunk/test/CodeGen/X86/licm-nested.ll Fri Jul 9 14:17:36 2010
@@ -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.
More information about the llvm-commits
mailing list