diff options
author | Devang Patel <dpatel@apple.com> | 2011-03-02 20:31:22 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-03-02 20:31:22 +0000 |
commit | 41ba26701de859128ebe48a957c286e5dc01475f (patch) | |
tree | 2fbcd60efbc661db368ca6e8fe3874d5c930467b /lib/CodeGen/CodeGenFunction.h | |
parent | 180ff3ac073c86bf7b5dbf48cfdfb7fc8252ce5f (diff) |
revert r126858.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 25fbd8146e..9b698d3306 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -1610,7 +1610,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 |