diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:57:10 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:57:10 +0000 |
| commit | a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184 (patch) | |
| tree | dc7a4a2b21e7ad3ba01c2d7383031f9bf1aac7b9 /clang/lib/CodeGen/CGDecl.cpp | |
| parent | b6879ce94cd24e4d76e60ad52c648edb5af221a5 (diff) | |
| download | bcm5719-llvm-a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184.tar.gz bcm5719-llvm-a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184.zip | |
Fix a typo 'iff' => 'if'
llvm-svn: 164766
Diffstat (limited to 'clang/lib/CodeGen/CGDecl.cpp')
| -rw-r--r-- | clang/lib/CodeGen/CGDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDecl.cpp b/clang/lib/CodeGen/CGDecl.cpp index b9489e3f040..88a252a697d 100644 --- a/clang/lib/CodeGen/CGDecl.cpp +++ b/clang/lib/CodeGen/CGDecl.cpp @@ -1179,7 +1179,7 @@ void CodeGenFunction::emitAutoVarTypeCleanup( // If we haven't chosen a more specific destroyer, use the default. if (!destroyer) destroyer = getDestroyer(dtorKind); - // Use an EH cleanup in array destructors iff the destructor itself + // Use an EH cleanup in array destructors if the destructor itself // is being pushed as an EH cleanup. bool useEHCleanup = (cleanupKind & EHCleanup); EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, |

