Minor code cleanup. NFC.

llvm-svn: 262096
This commit is contained in:
Junmo Park 2016-02-27 01:10:43 +00:00
parent 892ae2e2b6
commit 272a2bc365
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ bool MachineCombiner::improvesCriticalPathLen(
unsigned NewCycleCount = NewRootDepth + NewRootLatency;
unsigned OldCycleCount = RootDepth + RootLatency + RootSlack;
return NewCycleCount <= OldCycleCount;
}