Revert "Putting white spaces in between if/while clauses and braces."

This commit is contained in:
Michael Gottesman
2016-04-01 22:00:25 -07:00
parent daa72067a6
commit 7361e35bb9
13 changed files with 16 additions and 16 deletions

View File

@@ -1115,7 +1115,7 @@ static bool hoistBoundsChecks(SILLoop *Loop, DominanceInfo *DT, SILLoopInfo *LI,
// Find canonical induction variables.
InductionAnalysis IndVars(DT, IVs, Preheader, Header, ExitingBlk, ExitBlk);
bool IVarsFound = IndVars.analyse();
if (!IVarsFound) {
if (!IVarsFound){
DEBUG(llvm::dbgs() << "No induction variables found\n");
}