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 | 0dc099c2b52de20f8dffd1e0bfa7b16c250efa34 (patch) | |
tree | b89a25aa50b6e18f8e83f6989b9aa39b6f8974f7 /llvm/lib/VMCore/Function.cpp | |
parent | 52acdaacc7fd6252e0ed9fc698e9c093c03bef00 (diff) | |
download | bcm5719-llvm-0dc099c2b52de20f8dffd1e0bfa7b16c250efa34.tar.gz bcm5719-llvm-0dc099c2b52de20f8dffd1e0bfa7b16c250efa34.zip |
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
Diffstat (limited to 'llvm/lib/VMCore/Function.cpp')
0 files changed, 0 insertions, 0 deletions