aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp
index 8fdb3bb1ff..2c3a072889 100644
--- a/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -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);