mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-22 12:08:33 +00:00
MachineScheduler: Fix typo in debug message
Maybe I just missed the humor there ;-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251609 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
986cc46049
commit
d5e91b2f9c
@ -320,7 +320,7 @@ bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
|
||||
} else if (!mf.getSubtarget().enableMachineScheduler())
|
||||
return false;
|
||||
|
||||
DEBUG(dbgs() << "Before MISsched:\n"; mf.print(dbgs()));
|
||||
DEBUG(dbgs() << "Before MISched:\n"; mf.print(dbgs()));
|
||||
|
||||
// Initialize the context of the pass.
|
||||
MF = &mf;
|
||||
|
Loading…
Reference in New Issue
Block a user