Add support for the __sync_sub_and_fetch atomics and friends for X86. The code
[oota-llvm.git] / test / CodeGen / X86 / uint_to_fp.ll
2008-06-26 Chris Lattnerwhen we know the signbit of an input to uint_to_fp...