Make the debug string for ISD::MERGE_VALUES consistent with the others.

llvm-svn: 37922
This commit is contained in:
Dan Gohman 2007-07-05 20:15:43 +00:00
parent d258e80583
commit a282694acf
1 changed files with 1 additions and 1 deletions

View File

@ -3384,7 +3384,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::CopyToReg: return "CopyToReg";
case ISD::CopyFromReg: return "CopyFromReg";
case ISD::UNDEF: return "undef";
case ISD::MERGE_VALUES: return "mergevalues";
case ISD::MERGE_VALUES: return "merge_values";
case ISD::INLINEASM: return "inlineasm";
case ISD::LABEL: return "label";
case ISD::HANDLENODE: return "handlenode";