[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 13 09:59:53 PST 2005



Changes in directory llvm/lib/CodeGen/SelectionDAG:

SelectionDAG.cpp updated: 1.28 -> 1.29
---
Log message:

Print new node.


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.28 llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.29
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.28	Wed Jan 12 12:51:15 2005
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp	Thu Jan 13 11:59:10 2005
@@ -870,6 +870,7 @@
   switch (getOpcode()) {
   default: return "<<Unknown>>";
   case ISD::EntryToken:    return "EntryToken";
+  case ISD::TokenFactor:   return "TokenFactor";
   case ISD::Constant:      return "Constant";
   case ISD::ConstantFP:    return "ConstantFP";
   case ISD::GlobalAddress: return "GlobalAddress";






More information about the llvm-commits mailing list