mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 13:08:00 +00:00
Temporarily revert my last change. It is causing a bootstrap failure.
llvm-svn: 62405
This commit is contained in:
parent
d18c38c0f2
commit
ddd55bdfec
@ -121,7 +121,11 @@ X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
|
||||
setOperationAction(ISD::UINT_TO_FP , MVT::i64 , Custom);
|
||||
|
||||
// We have faster algorithm for ui32->single only.
|
||||
#if 0
|
||||
setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
|
||||
#else
|
||||
setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Expand);
|
||||
#endif
|
||||
} else
|
||||
setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Promote);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user