disable this for now
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.cpp
index 2c3a07288965229d08ea5bdfbea452e4c7a3b082..8fdb3bb1ffd65369857e356e4b3d4f891885fdbb 100644 (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);