[NFC] Fix brace indentation.

llvm-svn: 356596
This commit is contained in:
Alina Sbirlea 2019-03-20 19:18:55 +00:00
parent 46e12bc5ef
commit 82a3bd5b36

View File

@ -1216,7 +1216,7 @@ bool llvm::canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
assert(!LI->isUnordered() && "Expected unordered load");
return false;
}
}
}
auto *Source = MSSA->getSkipSelfWalker()->getClobberingMemoryAccess(SI);
(*LicmMssaOptCounter)++;