diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-28 19:54:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-28 19:54:42 +0000 |
commit | 8d57da2ffc60a71df20f6da565e52a957b396aa7 (patch) | |
tree | 2d28917700f91dff7f3243a3843eb06bf6011cf6 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 82e8658264c990f918707ac8a6d7995f9bd2a17d (diff) | |
download | bcm5719-llvm-8d57da2ffc60a71df20f6da565e52a957b396aa7.tar.gz bcm5719-llvm-8d57da2ffc60a71df20f6da565e52a957b396aa7.zip |
new node
llvm-svn: 27231
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 47c9cbc017c..a2c423fbcb4 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/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"; |