summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ScheduleDAG.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-20 00:56:59 +0000
committerChris Lattner <sabre@nondot.org>2010-12-20 00:56:59 +0000
commit4d8455ea4d2950ca3e818c7e9ba14150286c039b (patch)
tree329b20a7a26c1d409f91c700f73adb71d7c4e662 /include/llvm/CodeGen/ScheduleDAG.h
parent37944985a569f8c2b0d75dafd9e2739a9887ac5d (diff)
downloadllvm-4d8455ea4d2950ca3e818c7e9ba14150286c039b.tar.gz
llvm-4d8455ea4d2950ca3e818c7e9ba14150286c039b.tar.bz2
llvm-4d8455ea4d2950ca3e818c7e9ba14150286c039b.tar.xz
update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ScheduleDAG.h')
-rw-r--r--include/llvm/CodeGen/ScheduleDAG.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/ScheduleDAG.h b/include/llvm/CodeGen/ScheduleDAG.h
index b29d90e8f4..3a1e2715c1 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<SDep, 4> Preds; // All sunit predecessors.
SmallVector<SDep, 4> Succs; // All sunit successors.