[llvm-commits] [llvm] r122212 - /llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h

Chris Lattner sabre at nondot.org
Sun Dec 19 16:56:59 PST 2010


Author: lattner
Date: Sun Dec 19 18:56:59 2010
New Revision: 122212

URL: http://llvm.org/viewvc/llvm-project?rev=122212&view=rev
Log:
update comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h

Modified: llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h?rev=122212&r1=122211&r2=122212&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ScheduleDAG.h Sun Dec 19 18:56:59 2010
@@ -233,8 +233,7 @@
     SUnit *OrigNode;                    // If not this, the node from which
                                         // this node was cloned.
     
-    // Preds/Succs - The SUnits before/after us in the graph.  The boolean value
-    // is true if the edge is a token chain edge, false if it is a value edge. 
+    // Preds/Succs - The SUnits before/after us in the graph. 
     SmallVector<SDep, 4> Preds;  // All sunit predecessors.
     SmallVector<SDep, 4> Succs;  // All sunit successors.
 





More information about the llvm-commits mailing list