aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-02-18 00:50:14 +0000
committerEric Christopher <echristo@apple.com>2012-02-18 00:50:14 +0000
commit1486d2c5d73302bdfdb1cece09d95958052c9cdb (patch)
tree010c80421d6ee727d168b1270a7b37c6478da9e5 /lib/CodeGen/CGDebugInfo.cpp
parent51b2f6bae6847ccf4c48960c925316dccfb10190 (diff)
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r--lib/CodeGen/CGDebugInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp
index 603594c39a..aa7f150fcf 100644
--- a/lib/CodeGen/CGDebugInfo.cpp
+++ b/lib/CodeGen/CGDebugInfo.cpp
@@ -502,8 +502,7 @@ llvm::DIType CGDebugInfo::createRecordFwdDecl(const RecordDecl *RD,
llvm_unreachable("Unknown RecordDecl type!");
// Create the type.
- return DBuilder.createForwardDecl(Tag, RDName, DefUnit,
- Line);
+ return DBuilder.createForwardDecl(Tag, RDName, DefUnit, Line);
}
// Walk up the context chain and create forward decls for record decls,