From: Chris Lattner Date: Mon, 20 Dec 2010 00:56:59 +0000 (+0000) Subject: update comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4d8455ea4d2950ca3e818c7e9ba14150286c039b;p=oota-llvm.git update comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122212 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ScheduleDAG.h b/include/llvm/CodeGen/ScheduleDAG.h index b29d90e8f48..3a1e2715c11 100644 --- a/include/llvm/CodeGen/ScheduleDAG.h +++ b/include/llvm/CodeGen/ScheduleDAG.h @@ -233,8 +233,7 @@ namespace llvm { 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 Preds; // All sunit predecessors. SmallVector Succs; // All sunit successors.