V8 doesn't have FP extload

llvm-svn: 24821
This commit is contained in:
Chris Lattner 2005-12-18 07:13:32 +00:00
parent d6806875d0
commit a9f0d108b1
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ SparcV8TargetLowering::SparcV8TargetLowering(TargetMachine &TM)
setOperationAction(ISD::FP_TO_UINT, MVT::i32, Expand);
setOperationAction(ISD::UINT_TO_FP, MVT::i32, Expand);
setOperationAction(ISD::EXTLOAD, MVT::f32, Expand);
// Sparc has no select or setcc: expand to SELECT_CC.
setOperationAction(ISD::SELECT, MVT::i32, Expand);
setOperationAction(ISD::SELECT, MVT::f32, Expand);