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 | bd6f7f9770728a425388c8d4d9b1aec4a5fac5e1 (patch) | |
| tree | ce195c486b0aa2037d1e292df955871317110d8d /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | bf577d6a867941e08460445faf6e1458041068fb (diff) | |
| download | llvm-bd6f7f9770728a425388c8d4d9b1aec4a5fac5e1.zip llvm-bd6f7f9770728a425388c8d4d9b1aec4a5fac5e1.tar.gz llvm-bd6f7f9770728a425388c8d4d9b1aec4a5fac5e1.tar.bz2 | |
revert r126858.
llvm-svn: 126874
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 25fbd81..9b698d3 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/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 |
