Chris Lattner a58a97dafc Fix a serious performance regression introduced by r108687 on linux:
turning (fptrunc (sqrt (fpext x))) -> (sqrtf x)  is great, but we have
to delete the original sqrt as well.  Not doing so causes us to do 
two sqrt's when building with -fmath-errno (the default on linux).

llvm-svn: 113260
2010-09-07 20:01:38 +00:00
..
2010-09-02 22:35:33 +00:00
2010-08-28 10:29:41 +00:00
2010-08-30 14:49:00 +00:00
2010-08-30 14:49:00 +00:00
2010-08-30 14:49:00 +00:00
2010-08-29 14:49:00 +00:00