[llvm-commits] [llvm] r41639 - /llvm/trunk/test/CodeGen/X86/2007-07-25-EpilogueBug.ll
Evan Cheng
evan.cheng at apple.com
Thu Aug 30 23:29:33 PDT 2007
Author: evancheng
Date: Fri Aug 31 01:29:32 2007
New Revision: 41639
URL: http://llvm.org/viewvc/llvm-project?rev=41639&view=rev
Log:
Update test case to reflect Dale's change.
Modified:
llvm/trunk/test/CodeGen/X86/2007-07-25-EpilogueBug.ll
Modified: llvm/trunk/test/CodeGen/X86/2007-07-25-EpilogueBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-07-25-EpilogueBug.ll?rev=41639&r1=41638&r2=41639&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-07-25-EpilogueBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-07-25-EpilogueBug.ll Fri Aug 31 01:29:32 2007
@@ -42,7 +42,9 @@
ret i8 0
cond_false391: ; preds = %cond_next229
- %tmp400 = fcmp une float 0.000000e+00, 0.000000e+00 ; <i1> [#uses=1]
+ %tmp1 = getelementptr %struct.c34006f__TsB* %y, i32 0, i32 3, i32 0, i32 0
+ %tmp2 = load float* %tmp1
+ %tmp400 = fcmp une float %tmp2, 0.000000e+00 ; <i1> [#uses=1]
%not.tmp400 = xor i1 %tmp400, true ; <i1> [#uses=1]
%retval = zext i1 %not.tmp400 to i8 ; <i8> [#uses=1]
ret i8 %retval
More information about the llvm-commits
mailing list