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

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 15 00:39:47 PST 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

SelectionDAG.cpp updated: 1.238 -> 1.239
---
Log message:

add a missing node name


---
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.238 llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.239
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:1.238	Thu Jan 12 20:39:42 2006
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp	Sun Jan 15 02:39:35 2006
@@ -1899,6 +1899,7 @@
   case ISD::CopyToReg:     return "CopyToReg";
   case ISD::CopyFromReg:   return "CopyFromReg";
   case ISD::UNDEF:         return "undef";
+  case ISD::MERGE_VALUES:  return "mergevalues";
 
   // Unary operators
   case ISD::FABS:   return "fabs";






More information about the llvm-commits mailing list