From: Chris Lattner Date: Tue, 28 Mar 2006 19:54:42 +0000 (+0000) Subject: new node X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=354cde9a7e7038ec0cb61a76f22baae289131ade;p=oota-llvm.git new node git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27231 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 47c9cbc017c..a2c423fbcb4 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -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";