diff options
author | Duncan Sands <baldrick@free.fr> | 2008-07-11 17:00:14 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-07-11 17:00:14 +0000 |
commit | 3e7d0fa3ca664666d88240baa66057221de3f5b1 (patch) | |
tree | 4532f07dc34a97bf7495956b0719ebbd3ff95e9c /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 37b7322b35bff9d892d3e32235fbf3d4167c4c53 (diff) | |
download | llvm-3e7d0fa3ca664666d88240baa66057221de3f5b1.zip llvm-3e7d0fa3ca664666d88240baa66057221de3f5b1.tar.gz llvm-3e7d0fa3ca664666d88240baa66057221de3f5b1.tar.bz2 |
It is pointless to turn a UINT_TO_FP into an
SINT_TO_FP libcall plus additional operations:
it might as well be a direct UINT_TO_FP libcall.
So only turn it into an SINT_TO_FP if the target
has special handling for SINT_TO_FP.
llvm-svn: 53461
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions