summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-29 07:31:33 +0000
committerChris Lattner <sabre@nondot.org>2006-01-29 07:31:33 +0000
commitd7738e6b3216db1a4c4ddec502a29fd0e60a93cb (patch)
tree54cf03ddb4d706255584ffaa61893406473d2b13 /llvm/lib
parent0c05a2c99cfa1024ba4162e5b30b7a017c0d2116 (diff)
downloadbcm5719-llvm-d7738e6b3216db1a4c4ddec502a29fd0e60a93cb.tar.gz
bcm5719-llvm-d7738e6b3216db1a4c4ddec502a29fd0e60a93cb.zip
disable this for now
llvm-svn: 25778
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index 2c3a0728896..8fdb3bb1ffd 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud