new node
authorChris Lattner <sabre@nondot.org>
Tue, 28 Mar 2006 19:54:42 +0000 (19:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Mar 2006 19:54:42 +0000 (19:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27231 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index 47c9cbc017c57d1835631b978e49653ea8be0cee..a2c423fbcb4c5cac494e8550c2724d12b25f79f2 100644 (file)
@@ -2761,6 +2761,7 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
   case ISD::SCALAR_TO_VECTOR:   return "scalar_to_vector";
   case ISD::VBUILD_VECTOR: return "vbuild_vector";
   case ISD::VECTOR_SHUFFLE: return "vector_shuffle";
+  case ISD::VVECTOR_SHUFFLE: return "vvector_shuffle";
   case ISD::VBIT_CONVERT: return "vbit_convert";
   case ISD::ADDC:        return "addc";
   case ISD::ADDE:        return "adde";