summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-10-06 15:58:57 +0000
committerDevang Patel <dpatel@apple.com>2010-10-06 15:58:57 +0000
commit5b389f495b152efe90496db352097710758d4e07 (patch)
treeb3bb9417818fdb550529201ce784a427455d32e0 /clang/lib/CodeGen/CGDebugInfo.h
parent3f0068d6613292a1a6f57726bf5969e630049ead (diff)
downloadbcm5719-llvm-5b389f495b152efe90496db352097710758d4e07.tar.gz
bcm5719-llvm-5b389f495b152efe90496db352097710758d4e07.zip
Remove unused argument.
llvm-svn: 115789
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index 6df9a2fcb75..0c33fb396b9 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -186,8 +186,7 @@ public:
void EmitGlobalVariable(llvm::GlobalVariable *GV, ObjCInterfaceDecl *Decl);
/// EmitGlobalVariable - Emit global variable's debug info.
- void EmitGlobalVariable(const ValueDecl *VD, llvm::ConstantInt *Init,
- CGBuilderTy &Builder);
+ void EmitGlobalVariable(const ValueDecl *VD, llvm::ConstantInt *Init);
/// getOrCreateRecordType - Emit record type's standalone debug info.
llvm::DIType getOrCreateRecordType(QualType Ty, SourceLocation L);
OpenPOWER on IntegriCloud