diff options
| author | Devang Patel <dpatel@apple.com> | 2011-03-02 17:54:58 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2011-03-02 17:54:58 +0000 |
| commit | a54696de8a330ac4b529afc208becbc7760e33f6 (patch) | |
| tree | 7281ba13e2753d16fd1c621a4fe85e678832b0d7 /clang/lib/CodeGen/CodeGenFunction.h | |
| parent | 318c3f1717287e7fb0d47a212f354d38e4f64624 (diff) | |
| download | llvm-a54696de8a330ac4b529afc208becbc7760e33f6.zip llvm-a54696de8a330ac4b529afc208becbc7760e33f6.tar.gz llvm-a54696de8a330ac4b529afc208becbc7760e33f6.tar.bz2 | |
Revert r126794.
llvm-svn: 126848
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 ef006d9..0edd0f0 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, 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 |
