projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce062f
)
misched: trace LiveIntervals after scheduling.
author
Andrew Trick
<atrick@apple.com>
Wed, 21 Mar 2012 04:12:12 +0000
(
04:12
+0000)
committer
Andrew Trick
<atrick@apple.com>
Wed, 21 Mar 2012 04:12:12 +0000
(
04:12
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153161
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineScheduler.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineScheduler.cpp
b/lib/CodeGen/MachineScheduler.cpp
index 57ae6dc02a4d4daf35d190f087323690bee19ec2..364a2442759a62035027dd28304605aa2aac6ac4 100644
(file)
--- a/
lib/CodeGen/MachineScheduler.cpp
+++ b/
lib/CodeGen/MachineScheduler.cpp
@@
-227,6
+227,7
@@
bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
assert(RemainingCount == 0 && "Instruction count mismatch!");
Scheduler->finishBlock();
}
+ DEBUG(LIS->print(dbgs()));
return true;
}