From: Dan Gohman Date: Tue, 29 Jan 2008 12:07:11 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6ee9661390849bd9564cda38bfbe563ec255c419;p=oota-llvm.git 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 05ba46d6ac6..5d6b1a27ad5 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