From 02b5b9cdd64d5780a686d81201113502dbc9bacc Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 3 Feb 2006 01:33:01 +0000 Subject: Added case HANDLENODE to getOperationName(). llvm-svn: 25920 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp') diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 6f1a263048d..35000c7d36d 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -2266,6 +2266,7 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const { case ISD::UNDEF: return "undef"; case ISD::MERGE_VALUES: return "mergevalues"; case ISD::INLINEASM: return "inlineasm"; + case ISD::HANDLENODE: return "handlenode"; // Unary operators case ISD::FABS: return "fabs"; -- cgit v1.2.3