Andrew Lenharth 69520ed67a Fix 2005-05-12-Int64ToFP
The issue is there is no unsigned -> double conversion, only signed.  So I
need to test the sign and do a different thing depending on it.  Ideally
this should be in a different BB, but in the mean time, I use a branch
free method.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22177 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-26 18:18:34 +00:00
..
2005-04-21 23:13:11 +00:00
2005-04-05 20:51:46 +00:00
2005-04-21 23:13:11 +00:00
2005-04-21 23:13:11 +00:00
2005-05-26 18:18:34 +00:00
2005-04-22 17:54:37 +00:00
2005-04-21 23:13:11 +00:00
2005-02-22 04:58:26 +00:00