llvm-svn: 27231
This commit is contained in:
Chris Lattner 2006-03-28 19:54:42 +00:00
parent 82e8658264
commit 8d57da2ffc
1 changed files with 1 additions and 0 deletions

View 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";