commit | aad37f1925621cb1f9f2bb2c899b517bf1df344a | [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 | 190ea5b4628fbc6f1db1aa14da3494203a1ef111 | |
parent | 1ce062fe567a08678d20149781c5e308e03d7d83 [diff] [blame] |
misched: trace LiveIntervals after scheduling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153161 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachineScheduler.cpp b/lib/CodeGen/MachineScheduler.cpp index 57ae6dc..364a244 100644 --- a/lib/CodeGen/MachineScheduler.cpp +++ b/lib/CodeGen/MachineScheduler.cpp
@@ -227,6 +227,7 @@ assert(RemainingCount == 0 && "Instruction count mismatch!"); Scheduler->finishBlock(); } + DEBUG(LIS->print(dbgs())); return true; }