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 | ea950e249fbcf94b795c21326d931f41405bf5e1 (patch) | |
tree | 5c90a32467fde3a77d72331c116df82cf11899d0 /clang/lib | |
parent | 47181584f113bd8fc8f71489f796078658ae3350 (diff) | |
download | bcm5719-llvm-ea950e249fbcf94b795c21326d931f41405bf5e1.tar.gz bcm5719-llvm-ea950e249fbcf94b795c21326d931f41405bf5e1.zip |
Reflow to fit 80-col.
llvm-svn: 89222
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/CodeGen/CGCXX.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGCXX.cpp b/clang/lib/CodeGen/CGCXX.cpp index 8f5cff4efaf..b1d30a68bbb 100644 --- a/clang/lib/CodeGen/CGCXX.cpp +++ b/clang/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, |