[llvm-commits] [llvm] r107045 - /llvm/trunk/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Mon Jun 28 12:31:15 PDT 2010
Author: stoklund
Date: Mon Jun 28 14:31:15 2010
New Revision: 107045
URL: http://llvm.org/viewvc/llvm-project?rev=107045&view=rev
Log:
Add a triple so test runs on Linux as well.
Modified:
llvm/trunk/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll
Modified: llvm/trunk/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll?rev=107045&r1=107044&r2=107045&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll Mon Jun 28 14:31:15 2010
@@ -1,5 +1,6 @@
; RUN: llc < %s -march=x86 -O0 | FileCheck %s
; PR7509
+target triple = "i386-apple-darwin10"
%asmtype = type { i32, i8*, i32, i32 }
; Arguments 1 and 4 must be the same. No other output arguments may be
More information about the llvm-commits
mailing list