| commit | 3e7d0fa3ca664666d88240baa66057221de3f5b1 | [log] [tgz] |
|---|---|---|
| author | Duncan Sands <baldrick@free.fr> | Fri Jul 11 17:00:14 2008 +0000 |
| committer | Duncan Sands <baldrick@free.fr> | Fri Jul 11 17:00:14 2008 +0000 |
| tree | 4532f07dc34a97bf7495956b0719ebbd3ff95e9c | |
| parent | 37b7322b35bff9d892d3e32235fbf3d4167c4c53 [diff] |
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