mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Putting white spaces in between if/while clauses and braces."
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user