From: Dan Gohman Date: Fri, 9 Jul 2010 19:17:36 +0000 (+0000) Subject: Add a target triple. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f870e566eeb30a3c85aeb45d9713f9a59f58d878;p=oota-llvm.git Add a target triple. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/licm-nested.ll b/test/CodeGen/X86/licm-nested.ll index 332fe748f81..71685bb5b83 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.