Fix FP constants, and the SparcV8/2006-01-22-BitConvertLegalize.ll failure from last night

llvm-svn: 25819
This commit is contained in:
Chris Lattner 2006-01-30 22:20:49 +00:00
parent 8ea651a9a4
commit 3ae06dac75

View File

@ -291,6 +291,9 @@ SparcV8TargetLowering::SparcV8TargetLowering(TargetMachine &TM)
setOperationAction(ISD::STACKRESTORE , MVT::Other, Expand);
setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32 , Expand);
setOperationAction(ISD::ConstantFP, MVT::f64, Expand);
setOperationAction(ISD::ConstantFP, MVT::f32, Expand);
setStackPointerRegisterToSaveRestore(V8::O6);
if (TM.getSubtarget<SparcV8Subtarget>().isV9()) {