diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-06 05:08:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-06 05:08:19 +0000 |
commit | c5b8806cda286cf41866176ef98011fdaa68da01 (patch) | |
tree | f196dd8e2f678dddc4c34878db50dc360fc1258d /CodeGen/CodeGenModule.h | |
parent | 352ffde2f04183083fc00427df81d1b25f8c750c (diff) |
sink more of the type related code into CodeGenTypes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenModule.h')
-rw-r--r-- | CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeGen/CodeGenModule.h b/CodeGen/CodeGenModule.h index 900ddf46bb..7c236e0ce8 100644 --- a/CodeGen/CodeGenModule.h +++ b/CodeGen/CodeGenModule.h @@ -88,7 +88,7 @@ public: void EmitFunction(const FunctionDecl *FD); void EmitGlobalVar(const FileVarDecl *D); void EmitGlobalVarDeclarator(const FileVarDecl *D); - void EmitType(const TypeDecl *D); + void UpdateCompletedType(const TagDecl *D); llvm::Constant *EmitGlobalInit(const Expr *E); llvm::Constant *EmitConstantExpr(const Expr *E); |