Fix typo in comment, no behavior change.

llvm-svn: 311790
This commit is contained in:
Nico Weber 2017-08-25 18:41:41 +00:00
parent 35171e5d67
commit 524ae44dfa
1 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@ void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) {
break;
}
// Otherwise, tell the scope that there's a jump propoagating
// Otherwise, tell the scope that there's a jump propagating
// through it. If this isn't new information, all the rest of
// the work has been done before.
if (!Scope.addBranchThrough(Dest.getBlock()))