[llvm-commits] [llvm] r51600 - /llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll

Dan Gohman gohman at apple.com
Tue May 27 10:55:57 PDT 2008


Author: djg
Date: Tue May 27 12:55:57 2008
New Revision: 51600

URL: http://llvm.org/viewvc/llvm-project?rev=51600&view=rev
Log:
Specify a target so that this tests tests what it's intended to test.

Modified:
    llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll

Modified: llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll?rev=51600&r1=51599&r2=51600&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll Tue May 27 12:55:57 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | not grep pushf
+; RUN: llvm-as < %s | llc -march=x86 | not grep pushf
 
 	%struct.gl_texture_image = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i8*, i8* }
 	%struct.gl_texture_object = type { i32, i32, i32, float, [4 x i32], i32, i32, i32, i32, i32, float, [11 x %struct.gl_texture_image*], [1024 x i8], i32, i32, i32, i8, i8*, i8, void (%struct.gl_texture_object*, i32, float*, float*, float*, float*, i8*, i8*, i8*, i8*)*, %struct.gl_texture_object* }





More information about the llvm-commits mailing list