X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2007-10-04-AvoidEFLAGSCopy.ll;h=7eb018ce525f99a2fc02c9b210f154c201910cb6;hb=a18156c3b8d92d5eb1af043947d1b1461c84e40f;hp=a733bb31646c76263c96ed773a2eaa5dc55df2a3;hpb=caa98d3ab9da6c23e380a4ed6583ee42b7896a7e;p=oota-llvm.git diff --git a/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll b/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll index a733bb31646..7eb018ce525 100644 --- a/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll +++ b/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll @@ -1,11 +1,11 @@ -; RUN: llvm-as < %s | llc -march=x86 | not grep pushf +; RUN: llc < %s -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* } define fastcc void @sample_3d_linear(%struct.gl_texture_object* %tObj, %struct.gl_texture_image* %img, float %s, float %t, float %r, i8* %red, i8* %green, i8* %blue, i8* %alpha) { entry: - %tmp15 = load i32* null, align 4 ; [#uses=1] + %tmp15 = load i32, i32* null, align 4 ; [#uses=1] %tmp16 = icmp eq i32 %tmp15, 10497 ; [#uses=1] %tmp2152 = call float @floorf( float 0.000000e+00 ) ; [#uses=0] br i1 %tmp16, label %cond_true, label %cond_false