aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'CodeGen/CodeGenModule.h')
-rw-r--r--CodeGen/CodeGenModule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/CodeGen/CodeGenModule.h b/CodeGen/CodeGenModule.h
index 1d7c30e487..9278e68641 100644
--- a/CodeGen/CodeGenModule.h
+++ b/CodeGen/CodeGenModule.h
@@ -30,6 +30,7 @@ namespace clang {
class ASTContext;
class FunctionDecl;
class Decl;
+ class Expr;
class ValueDecl;
class FileVarDecl;
struct LangOptions;
@@ -76,8 +77,7 @@ public:
void EmitFunction(const FunctionDecl *FD);
void EmitGlobalVar(const FileVarDecl *D);
void EmitGlobalVarDeclarator(const FileVarDecl *D);
- llvm::Constant *EmitGlobalInit(const FileVarDecl *D,
- llvm::GlobalVariable *GV);
+ llvm::Constant *EmitGlobalInit(const Expr *Expression);
void PrintStats() {}
};