forked from OSchip/llvm-project
parent
0c05a2c99c
commit
d7738e6b32
|
@ -156,8 +156,8 @@ PPCTargetLowering::PPCTargetLowering(TargetMachine &TM)
|
|||
|
||||
// FIXME: We don't support any ConstantVec's yet. We should custom expand
|
||||
// the ones we do!
|
||||
setOperationAction(ISD::ConstantVec, MVT::v4f32, Expand);
|
||||
setOperationAction(ISD::ConstantVec, MVT::v4i32, Expand);
|
||||
//setOperationAction(ISD::ConstantVec, MVT::v4f32, Expand);
|
||||
//setOperationAction(ISD::ConstantVec, MVT::v4i32, Expand);
|
||||
}
|
||||
|
||||
setSetCCResultContents(ZeroOrOneSetCCResult);
|
||||
|
|
Loading…
Reference in New Issue