aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-29 08:41:37 +0000
committerChris Lattner <sabre@nondot.org>2006-01-29 08:41:37 +0000
commitd9b55dd21ae4168d131b344d53eb19ac4468b23c (patch)
tree6f2bcbecdef9a8728fd49dbbc2104e3b0e3c91d3 /lib/Target/PowerPC/PPCISelLowering.cpp
parent3e6e8cc26b0f78e7e9164b59aaf7bdead6715127 (diff)
Now that OpActions is big enough, we can specify actions for vector types
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.cpp')
-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);