Braces belong here. No functionality change.

llvm-svn: 48111
This commit is contained in:
Nick Lewycky 2008-03-09 17:11:18 +00:00
parent 971a4660a0
commit 929703b29e
1 changed files with 2 additions and 1 deletions

View File

@ -185,8 +185,9 @@ bool PruneEH::SimplifyFunction(Function *F) {
++NumRemoved;
MadeChange = true;
} else
} else {
couldUnwind = true;
}
for (BasicBlock::iterator I = BB->begin(), E = BB->end(); I != E; )
if (CallInst *CI = dyn_cast<CallInst>(I++)) {