diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-06-21 00:59:44 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-06-21 00:59:44 +0000 |
commit | f7bcb0c279b8f77ffd93bf8ad41fc3021184d6d9 (patch) | |
tree | f2c0c99b626e1a4a70684727cfd80d40e671f43c /clang/lib/CodeGen/CGDebugInfo.h | |
parent | 4ace1a74c07d70060fb643cc9a9f357f57fe7f53 (diff) | |
download | bcm5719-llvm-f7bcb0c279b8f77ffd93bf8ad41fc3021184d6d9.tar.gz bcm5719-llvm-f7bcb0c279b8f77ffd93bf8ad41fc3021184d6d9.zip |
Fix all the silly things I committed in r184509
llvm-svn: 184512
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 72a9d71d79f..4603b9c6060 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -289,7 +289,7 @@ public: llvm::DIType getOrCreateInterfaceType(QualType Ty, SourceLocation Loc); - void completeFwdDecls(const RecordDecl *TD); + void completeFwdDecl(const RecordDecl &TD); private: /// EmitDeclare - Emit call to llvm.dbg.declare for a variable declaration. |