commit | adb03b91eee4f349bef6f53efc71750cb00b64e2 | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Wed Mar 21 04:12:12 2012 +0000 |
committer | Andrew Trick <atrick@apple.com> | Wed Mar 21 04:12:12 2012 +0000 |
tree | d01b5860b7a62181547825d55599cb40eebc8b73 | |
parent | 54f7def7034512546255b450a31eaecc88cce61d [diff] [blame] |
misched: trace LiveIntervals after scheduling. llvm-svn: 153161
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp index 57ae6dc..364a244 100644 --- a/llvm/lib/CodeGen/MachineScheduler.cpp +++ b/llvm/lib/CodeGen/MachineScheduler.cpp
@@ -227,6 +227,7 @@ assert(RemainingCount == 0 && "Instruction count mismatch!"); Scheduler->finishBlock(); } + DEBUG(LIS->print(dbgs())); return true; }