mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-30 02:25:19 +00:00
Braces belong here. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48111 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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++)) {
|
||||
|
Reference in New Issue
Block a user