aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-03-02 17:54:58 +0000
committerDevang Patel <dpatel@apple.com>2011-03-02 17:54:58 +0000
commit3da5cb2d6e582ab3acb5dd0d2fd8ab31922750be (patch)
tree0d34299ab6fecd3ed336d3a1e2a12b777922c9b3 /lib/CodeGen/CodeGenFunction.h
parentb6744efecba58792cce20d2d7b9ee39927c5422e (diff)
Revert r126794.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126848 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index ef006d9b20..0edd0f0128 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -1609,7 +1609,7 @@ public:
llvm::GlobalValue::LinkageTypes Linkage);
/// EmitParmDecl - Emit a ParmVarDecl or an ImplicitParamDecl.
- void EmitParmDecl(const VarDecl &D, llvm::Value *Arg, unsigned ArgNo);
+ void EmitParmDecl(const VarDecl &D, llvm::Value *Arg);
/// protectFromPeepholes - Protect a value that we're intending to
/// store to the side, but which will probably be used later, from