forked from OSchip/llvm-project
Fix FP constants, and the SparcV8/2006-01-22-BitConvertLegalize.ll failure from last night
llvm-svn: 25819
This commit is contained in:
parent
08390f6a21
commit
9a90572374
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue