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

llvm-svn: 25784
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index 8fdb3bb..2c3a072 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -156,8 +156,8 @@
     
     // 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);