Clean up whitespace

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2014-01-31 21:45:51 +00:00
parent b81f60fd76
commit 42e0bc88a3
2 changed files with 3 additions and 3 deletions

View File

@ -159,7 +159,7 @@ class BlockFrequencyImpl {
return;
}
if(BlockT *Pred = getSingleBlockPred(BB)) {
if (BlockT *Pred = getSingleBlockPred(BB)) {
if (BlocksInLoop.count(Pred))
setBlockFreq(BB, getEdgeFreq(Pred, BB));
// TODO: else? irreducible, ignore it for now.