commit | 3cd20f8d8b51c78018c20f2c6788065de13f48d7 | [log] [tgz] |
---|---|---|
author | Dan Gohman <djg@cray.com> | Tue Jan 29 12:07:11 2008 +0000 |
committer | Dan Gohman <djg@cray.com> | Tue Jan 29 12:07:11 2008 +0000 |
tree | b72e36c694cac2f1791a933f6ed7a30bdd719cab | |
parent | 8a8f234aa84dcac642ebf4564af8950f0c743e63 [diff] |
Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46508 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index 05ba46d..5d6b1a2 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
@@ -58,7 +58,6 @@ bool isBottomUp; /// AvailableQueue - The priority queue to use for the available SUnits. - ///a SchedulingPriorityQueue *AvailableQueue; /// LiveRegs / LiveRegDefs - A set of physical registers and their definition