diff options
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 0edd0f0..ef006d9 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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); +  void EmitParmDecl(const VarDecl &D, llvm::Value *Arg, unsigned ArgNo);    /// protectFromPeepholes - Protect a value that we're intending to    /// store to the side, but which will probably be used later, from  | 
