commit | 9fda2f9106112a522aecf080c016ea5317f52b21 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Feb 03 01:33:01 2006 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Feb 03 01:33:01 2006 +0000 |
tree | fc902df960eb90bedd505cbfc327c3d7b73f3b67 | |
parent | 07cf14112dcdb9c6b20a4f8e17de717b5219dad8 [diff] [blame] |
Added case HANDLENODE to getOperationName(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25920 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 6f1a263..35000c7 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -2266,6 +2266,7 @@ 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";