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 | 68be60694e198f9085b3dfd66e32574b622fd34b (patch) | |
| tree | 65118ae6d96d6d66edfb8c79d56667d218e3fbcf /clang/CodeGen/CodeGenModule.h | |
| parent | 8b945ee05832c1f99f79ae0066e3c18c0fdc6df0 (diff) | |
| download | bcm5719-llvm-68be60694e198f9085b3dfd66e32574b622fd34b.tar.gz bcm5719-llvm-68be60694e198f9085b3dfd66e32574b622fd34b.zip | |
sink more of the type related code into CodeGenTypes.
llvm-svn: 46801
Diffstat (limited to 'clang/CodeGen/CodeGenModule.h')
| -rw-r--r-- | clang/CodeGen/CodeGenModule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/CodeGen/CodeGenModule.h b/clang/CodeGen/CodeGenModule.h index 900ddf46bbb..7c236e0ce85 100644 --- a/clang/CodeGen/CodeGenModule.h +++ b/clang/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); |

