]> granicus.if.org Git - clang/commitdiff
Reflow to fit 80-col.
authorMike Stump <mrs@apple.com>
Wed, 18 Nov 2009 18:57:56 +0000 (18:57 +0000)
committerMike Stump <mrs@apple.com>
Wed, 18 Nov 2009 18:57:56 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89222 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGCXX.cpp

index 8f5cff4efafe3b5bc36de2fdb6af26f99a106b12..b1d30a68bbb71733911e35323df33ea1f6fef639 100644 (file)
@@ -603,8 +603,8 @@ CodeGenFunction::EmitCXXAggrDestructorCall(const CXXDestructorDecl *D,
   EmitBlock(AfterFor, true);
 }
 
-/// GenerateCXXAggrDestructorHelper - Generates a helper function which when invoked,
-/// calls the default destructor on array elements in reverse order of 
+/// GenerateCXXAggrDestructorHelper - Generates a helper function which when
+/// invoked, calls the default destructor on array elements in reverse order of
 /// construction.
 llvm::Constant * 
 CodeGenFunction::GenerateCXXAggrDestructorHelper(const CXXDestructorDecl *D,