[llvm-commits] [llvm] r131439 - /llvm/trunk/test/CodeGen/X86/hoist-common.ll

Evan Cheng evan.cheng at apple.com
Mon May 16 17:15:58 PDT 2011


Author: evancheng
Date: Mon May 16 19:15:58 2011
New Revision: 131439

URL: http://llvm.org/viewvc/llvm-project?rev=131439&view=rev
Log:
Add target triple so test doesn't fail on Windows machines.

Modified:
    llvm/trunk/test/CodeGen/X86/hoist-common.ll

Modified: llvm/trunk/test/CodeGen/X86/hoist-common.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/hoist-common.ll?rev=131439&r1=131438&r2=131439&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/hoist-common.ll (original)
+++ llvm/trunk/test/CodeGen/X86/hoist-common.ll Mon May 16 19:15:58 2011
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64  | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-macosx  | FileCheck %s
 
 ; Common "xorb al, al" instruction in the two successor blocks should be
 ; moved to the entry block above the test + je.





More information about the llvm-commits mailing list