diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-11 22:36:22 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-11 22:36:22 +0000 |
commit | 0f4012f4759a6c6ca28f11ed1eb98feb8ab1481b (patch) | |
tree | 298981e4a49102f4f401638b178891b65f2261e7 /lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | |
parent | dbe2a5a26925cd3ed8a4c2cf02c8273fcf9919d7 (diff) |
Factor out debugging code into the common base class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index ea4cc65bea..098b7996d4 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp @@ -204,10 +204,6 @@ void ScheduleDAGRRList::Schedule() { if (!Fast) CommuteNodesToReducePressure(); - - DOUT << "*** Final schedule ***\n"; - DEBUG(dumpSchedule()); - DOUT << "\n"; } /// CommuteNodesToReducePressure - If a node is two-address and commutable, and |