diff options
author | Dan Gohman <djg@cray.com> | 2008-01-29 12:07:11 +0000 |
---|---|---|
committer | Dan Gohman <djg@cray.com> | 2008-01-29 12:07:11 +0000 |
commit | 3cd20f8d8b51c78018c20f2c6788065de13f48d7 (patch) | |
tree | b72e36c694cac2f1791a933f6ed7a30bdd719cab /lib | |
parent | 8a8f234aa84dcac642ebf4564af8950f0c743e63 (diff) | |
download | external_llvm-3cd20f8d8b51c78018c20f2c6788065de13f48d7.zip external_llvm-3cd20f8d8b51c78018c20f2c6788065de13f48d7.tar.gz external_llvm-3cd20f8d8b51c78018c20f2c6788065de13f48d7.tar.bz2 |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ private: 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 |