summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCleanup.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-08-25 18:41:41 +0000
committerNico Weber <nicolasweber@gmx.de>2017-08-25 18:41:41 +0000
commit524ae44dfa5ad1d39c885a412fce10f66041f8c5 (patch)
treefe5e600763b9e69ebcd1df04fadee567b85d3809 /clang/lib/CodeGen/CGCleanup.cpp
parent35171e5d67f93ab5052e62e2953918624b409bbd (diff)
downloadbcm5719-llvm-524ae44dfa5ad1d39c885a412fce10f66041f8c5.tar.gz
bcm5719-llvm-524ae44dfa5ad1d39c885a412fce10f66041f8c5.zip
Fix typo in comment, no behavior change.
llvm-svn: 311790
Diffstat (limited to 'clang/lib/CodeGen/CGCleanup.cpp')
-rw-r--r--clang/lib/CodeGen/CGCleanup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCleanup.cpp b/clang/lib/CodeGen/CGCleanup.cpp
index b5453bc11e3..22055b2cb90 100644
--- a/clang/lib/CodeGen/CGCleanup.cpp
+++ b/clang/lib/CodeGen/CGCleanup.cpp
@@ -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()))
OpenPOWER on IntegriCloud