aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 5bf6bc1fea..38e10e90ce 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -1,4 +1,4 @@
-//===--- CodeGenFunction.h - Per-Function state for LLVM CodeGen ----------===//
+//===-- CodeGenFunction.h - Per-Function state for LLVM CodeGen -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -277,7 +277,8 @@ public:
ASTContext &getContext() const;
void GenerateObjCMethod(const ObjCMethodDecl *OMD);
- void GenerateCode(const FunctionDecl *FD);
+ void GenerateCode(const FunctionDecl *FD,
+ llvm::Function *Fn);
void GenerateFunction(const Stmt *Body);
const llvm::Type *ConvertType(QualType T);