From: Chris Lattner Date: Sun, 29 Jan 2006 07:31:33 +0000 (+0000) Subject: disable this for now X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3fd327fe7fdcc9cfdf0ecc2e069120672c37c0c9;p=oota-llvm.git disable this for now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25778 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index 2c3a0728896..8fdb3bb1ffd 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);