diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-08-31 06:29:32 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-08-31 06:29:32 +0000 |
commit | 144451fd99bd4ffc3e9c6fb0e6fadf1432193396 (patch) | |
tree | 58e07e07809f3b15160bb4c3025a74ca5851a4a5 | |
parent | eaf089430e7681fcddc3465c3b33b9645273ab02 (diff) |
Update test case to reflect Dale's change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41639 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2007-07-25-EpilogueBug.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-07-25-EpilogueBug.ll b/test/CodeGen/X86/2007-07-25-EpilogueBug.ll index a720bbb327..f0308bd63b 100644 --- a/test/CodeGen/X86/2007-07-25-EpilogueBug.ll +++ b/test/CodeGen/X86/2007-07-25-EpilogueBug.ll @@ -42,7 +42,9 @@ cond_next351: ; preds = %bb328 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 |