diff options
author | Nico Weber <nicolasweber@gmx.de> | 2008-08-09 23:08:17 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2008-08-09 23:08:17 +0000 |
commit | d7549e7c051fdcc0f06f8353e6cf9e630400722e (patch) | |
tree | 12e30c02e565a16bd945432361940bd53d905931 /lib/CodeGen/ModuleBuilder.cpp | |
parent | 355aba8d7ca0a27a2870f5bdeacc9dcf873eef77 (diff) |
80 cols
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54599 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ModuleBuilder.cpp')
-rw-r--r-- | lib/CodeGen/ModuleBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ModuleBuilder.cpp b/lib/CodeGen/ModuleBuilder.cpp index 6ce4e6894d..8ec885e7f1 100644 --- a/lib/CodeGen/ModuleBuilder.cpp +++ b/lib/CodeGen/ModuleBuilder.cpp @@ -122,7 +122,7 @@ namespace { } /// HandleTagDeclDefinition - This callback is invoked each time a TagDecl - /// (e.g. struct, union, enum, class) is completed. This allows the client to + /// (e.g. struct, union, enum, class) is completed. This allows the client to /// hack on the type, which can occur at any point in the file (because these /// can be defined in declspecs). virtual void HandleTagDeclDefinition(TagDecl *D) { |