diff options
author | Mike Stump <mrs@apple.com> | 2009-11-18 18:57:56 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-11-18 18:57:56 +0000 |
commit | 6d60ca9c5015a7e7eceab31bed24425aeb47db67 (patch) | |
tree | 75419b1b639672429150379daaa4bfedd6c3892b /lib | |
parent | 36fac077b4912375f394ab666ab9ac37b5399dfa (diff) |
Reflow to fit 80-col.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89222 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/CGCXX.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/CGCXX.cpp b/lib/CodeGen/CGCXX.cpp index 8f5cff4efa..b1d30a68bb 100644 --- a/lib/CodeGen/CGCXX.cpp +++ b/lib/CodeGen/CGCXX.cpp @@ -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, |