[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Evan Cheng
evan.cheng at apple.com
Thu Feb 2 17:33:13 PST 2006
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.251 -> 1.252
---
Log message:
Added case HANDLENODE to getOperationName().
---
Diffs of the changes: (+1 -0)
SelectionDAG.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.251 llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.252
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.251 Tue Jan 31 16:23:14 2006
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp Thu Feb 2 19:33:01 2006
@@ -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";
More information about the llvm-commits
mailing list