diff options
author | Victor Leschuk <vleschuk@accesssoftek.com> | 2016-09-30 06:39:48 +0000 |
---|---|---|
committer | Victor Leschuk <vleschuk@accesssoftek.com> | 2016-09-30 06:39:48 +0000 |
commit | b3e7d68d5cb654c0ac54f7a28c7b0bac348b6094 (patch) | |
tree | 62db8fb6d530a618453b960b13abee90084163d0 | |
parent | c1eff79f61ff76e181fa73e0478d14a9d3d58008 (diff) | |
download | bcm5719-llvm-b3e7d68d5cb654c0ac54f7a28c7b0bac348b6094.tar.gz bcm5719-llvm-b3e7d68d5cb654c0ac54f7a28c7b0bac348b6094.zip |
Cosmetic fix: deleted unnecessary line break in comment.
llvm-svn: 282846
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index cc9bb995f9d..17a94633142 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -97,8 +97,7 @@ class CGDebugInfo { /// List of interfaces we want to keep even if orphaned. std::vector<void *> RetainedTypes; - /// Cache of forward declared types to RAUW at the end of - /// compilation. + /// Cache of forward declared types to RAUW at the end of compilation. std::vector<std::pair<const TagType *, llvm::TrackingMDRef>> ReplaceMap; /// Cache of replaceable forward declarations (functions and |