commit | 5b389f495b152efe90496db352097710758d4e07 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Oct 06 15:58:57 2010 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Oct 06 15:58:57 2010 +0000 |
tree | b3bb9417818fdb550529201ce784a427455d32e0 | |
parent | 3f0068d6613292a1a6f57726bf5969e630049ead [diff] [blame] |
Remove unused argument. llvm-svn: 115789
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index 56dccc1..ed43cca 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -1550,5 +1550,5 @@ llvm::ConstantInt *Init) { assert (Init && "Invalid DeclRefExpr initializer!"); if (CGDebugInfo *Dbg = getDebugInfo()) - Dbg->EmitGlobalVariable(E->getDecl(), Init, Builder); + Dbg->EmitGlobalVariable(E->getDecl(), Init); }