diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index c0a5a44b69..d57efa94f5 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -184,7 +184,8 @@ public: llvm::Function *Fn); void StartFunction(const Decl *D, QualType RetTy, llvm::Function *Fn, - const FunctionArgList &Args); + const FunctionArgList &Args, + SourceLocation StartLoc); void FinishFunction(SourceLocation EndLoc=SourceLocation()); /// EmitFunctionProlog - Emit the target specific LLVM code to load |