diff options
author | Chris Lattner <sabre@nondot.org> | 2004-04-14 02:42:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-04-14 02:42:32 +0000 |
commit | 098e945fbdd7eac94cc3c851eae83fcdd7c80726 (patch) | |
tree | 1928c7cb5adf18a84e8f5bb39c02bdf0ebbbf92e /lib/VMCore/Function.cpp | |
parent | f1d483d64126c776a0436d9adea2e5be17dba0e8 (diff) |
This is the real fix for Codegen/X86/2004-04-13-FPCMOV-Crash.llx which works
even when the "optimization" I added before is turned off. It generates this
extremely pointless code:
test:
fld QWORD PTR [%ESP + 4]
mov %AL, 0
test %AL, %AL
fcmove %ST(0), %ST(0)
ret
Good thing the optimizer will have removed this before code generation
anyway. :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Function.cpp')
0 files changed, 0 insertions, 0 deletions