diff options
author | Devang Patel <dpatel@apple.com> | 2011-04-25 23:43:36 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-04-25 23:43:36 +0000 |
commit | e2d0191afbe95f46abd21c3511a02a5a76106da4 (patch) | |
tree | 8c994dbeaa94eab6c9234557e0b3d368e8cbbb58 /lib/CodeGen/CGDebugInfo.h | |
parent | dd697bc8629f0fa6777245610d52ca7ceb3b67f4 (diff) |
Simplify. There is no need to have a method to just call another method.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index af00c2f84f..27d991bbee 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -221,11 +221,6 @@ private: void EmitDeclare(const VarDecl *decl, unsigned Tag, llvm::Value *AI, unsigned ArgNo, CGBuilderTy &Builder); - /// EmitDeclare - Emit call to llvm.dbg.declare for a variable - /// declaration from an enclosing block. - void EmitDeclare(const VarDecl *decl, unsigned Tag, llvm::Value *AI, - CGBuilderTy &Builder, const CGBlockInfo &blockInfo); - // EmitTypeForVarWithBlocksAttr - Build up structure info for the byref. // See BuildByRefType. llvm::DIType EmitTypeForVarWithBlocksAttr(const ValueDecl *VD, |