include equal sign in debug equations; NFC
authorSanjay Patel <spatel@rotateright.com>
Sat, 3 Oct 2015 20:45:01 +0000 (20:45 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sat, 3 Oct 2015 20:45:01 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249248 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineCombiner.cpp

index 3a20d15880f29250c6d909c3ed0e9597fb76a15d..89e0c7b8debfc29d13f0dc99eb8ae3442401987d 100644 (file)
@@ -249,9 +249,9 @@ bool MachineCombiner::improvesCriticalPathLen(
                << " NewRootLatency: " << NewRootLatency << "\n";
         dbgs() << " RootDepth: " << RootDepth << " RootLatency: " << RootLatency
                << " RootSlack: " << RootSlack << "\n";
-        dbgs() << " NewRootDepth + NewRootLatency "
+        dbgs() << " NewRootDepth + NewRootLatency "
                << NewRootDepth + NewRootLatency << "\n";
-        dbgs() << " RootDepth + RootLatency + RootSlack "
+        dbgs() << " RootDepth + RootLatency + RootSlack "
                << RootDepth + RootLatency + RootSlack << "\n";);
 
   unsigned NewCycleCount = NewRootDepth + NewRootLatency;