mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
include equal sign in debug equations; NFC
llvm-svn: 249248
This commit is contained in:
parent
f1cbaa8c33
commit
2a031ca2aa
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user