Mark INSERT_VECTOR_ELT as expand
authorChris Lattner <sabre@nondot.org>
Fri, 31 Mar 2006 01:48:55 +0000 (01:48 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 31 Mar 2006 01:48:55 +0000 (01:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27276 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index 0c50c59580f5bc023b68e439b02257a602e00159..2aabd4b51439220490cfeea6a56e8551914801dd 100644 (file)
@@ -178,6 +178,7 @@ PPCTargetLowering::PPCTargetLowering(TargetMachine &TM)
     setOperationAction(ISD::MUL , (MVT::ValueType)VT, Expand);
     setOperationAction(ISD::VECTOR_SHUFFLE, (MVT::ValueType)VT, Expand);
     setOperationAction(ISD::EXTRACT_VECTOR_ELT, (MVT::ValueType)VT, Expand);
+    setOperationAction(ISD::INSERT_VECTOR_ELT, (MVT::ValueType)VT, Expand);
     setOperationAction(ISD::BUILD_VECTOR, (MVT::ValueType)VT, Expand);
   }