summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-10-06 00:30:52 +0000
committerEric Christopher <echristo@apple.com>2011-10-06 00:30:52 +0000
commit8c552308c63e70f92b4a64af4220a9f51e2959e8 (patch)
tree7e068f8781bb0630a3cec24f510ab8a2bcbcae9b
parent21f2a4919ba26a41dc0d6f1801e135a09f16e2ad (diff)
downloadbcm5719-llvm-8c552308c63e70f92b4a64af4220a9f51e2959e8.tar.gz
bcm5719-llvm-8c552308c63e70f92b4a64af4220a9f51e2959e8.zip
Reformat comment.
llvm-svn: 141260
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index 6938a76a804..1a7ba4d7df5 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -1158,12 +1158,12 @@ llvm::DIType CGDebugInfo::CreateType(const ObjCInterfaceType *Ty,
return FwdDecl;
}
- // To handle recursive interface, we
- // first generate a debug descriptor for the struct as a forward declaration.
- // Then (if it is a definition) we go through and get debug info for all of
- // its members. Finally, we create a descriptor for the complete type (which
- // may refer to the forward decl if the struct is recursive) and replace all
- // uses of the forward declaration with the final definition.
+ // To handle a recursive interface, we first generate a debug descriptor
+ // for the struct as a forward declaration. Then (if it is a definition)
+ // we go through and get debug info for all of its members. Finally, we
+ // create a descriptor for the complete type (which may refer to the
+ // forward decl if the struct is recursive) and replace all uses of the
+ // forward declaration with the final definition.
llvm::DIType FwdDecl = DBuilder.createTemporaryType(DefUnit);
llvm::MDNode *MN = FwdDecl;
OpenPOWER on IntegriCloud