Author: johannes
Date: Fri Oct  5 20:22:39 2007
New Revision: 42671

URL: http://llvm.org/viewvc/llvm-project?rev=42671&view=rev
Log:
Make test work on non-x86 hosts.


Modified:
    llvm/trunk/test/CodeGen/X86/2007-10-05-3AddrConvert.ll

Modified: llvm/trunk/test/CodeGen/X86/2007-10-05-3AddrConvert.ll
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-10-05-3AddrConvert.ll?rev=42671&r1=42670&r2=42671&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-10-05-3AddrConvert.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-10-05-3AddrConvert.ll Fri Oct  5 20:22:39 
2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep lea
+; RUN: llvm-as < %s | llc -march=x86 | grep lea
 
        %struct.anon = type { [3 x double], double, %struct.node*, [64 x 
%struct.bnode*], [64 x %struct.bnode*] }
        %struct.bnode = type { i16, double, [3 x double], i32, i32, [3 x 
double], [3 x double], [3 x double], double, %struct.bnode*, %struct.bnode* }


_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to