MachineScheduler: Fix typo in debug message
authorMatthias Braun <matze@braunis.de>
Thu, 29 Oct 2015 03:57:28 +0000 (03:57 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 29 Oct 2015 03:57:28 +0000 (03:57 +0000)
Maybe I just missed the humor there ;-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251609 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineScheduler.cpp

index 5f238a730d7e888300a9815d2ffde3d8fe8889b6..d65e0f457dcbfefd1a277c82beb6361ca2a6a93e 100644 (file)
@@ -320,7 +320,7 @@ bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) {
   } else if (!mf.getSubtarget().enableMachineScheduler())
     return false;
 
   } 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;
 
   // Initialize the context of the pass.
   MF = &mf;