Skip to content
Commit 0dc099c2 authored by Chris Lattner's avatar Chris Lattner
Browse files

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.  :)

llvm-svn: 12939
parent 52acdaac
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment