Now that OpActions is big enough, we can specify actions for vector types

llvm-svn: 25784
This commit is contained in:
Chris Lattner 2006-01-29 08:41:37 +00:00
parent 8a4a3deaf9
commit 3072af4d4f
1 changed files with 2 additions and 2 deletions

View File

@ -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);