[llvm-commits] [llvm] r42893 - /llvm/trunk/test/CodeGen/X86/tailcall1.ll

Arnold Schwaighofer arnold.schwaighofer at gmail.com
Fri Oct 12 00:49:48 PDT 2007


Author: arnolds
Date: Fri Oct 12 02:49:48 2007
New Revision: 42893

URL: http://llvm.org/viewvc/llvm-project?rev=42893&view=rev
Log:
Added missing -march=x86 flag.

Modified:
    llvm/trunk/test/CodeGen/X86/tailcall1.ll

Modified: llvm/trunk/test/CodeGen/X86/tailcall1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tailcall1.ll?rev=42893&r1=42892&r2=42893&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/tailcall1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/tailcall1.ll Fri Oct 12 02:49:48 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc  -tailcallopt | grep TAILCALL
+; RUN: llvm-as < %s | llc -march=x86 -tailcallopt | grep TAILCALL
 define fastcc i32 @tailcallee(i32 %a1, i32 %a2, i32 %a3, i32 %a4) {
 entry:
 	ret i32 %a3





More information about the llvm-commits mailing list