add a couple enum values

llvm-svn: 26830
This commit is contained in:
Chris Lattner 2006-03-17 19:53:59 +00:00
parent 783ea16fe4
commit 98931bc381
1 changed files with 3 additions and 1 deletions

View File

@ -2653,6 +2653,8 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::SETCC: return "setcc";
case ISD::SELECT: return "select";
case ISD::SELECT_CC: return "select_cc";
case ISD::INSERT_VECTOR_ELT: return "insert_vector_elt";
case ISD::VINSERT_VECTOR_ELT: return "vinsert_vector_elt";
case ISD::ADDC: return "addc";
case ISD::ADDE: return "adde";
case ISD::SUBC: return "subc";