diff options
| author | Devang Patel <dpatel@apple.com> | 2011-03-23 16:29:39 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2011-03-23 16:29:39 +0000 |
| commit | 945b8aed2a822c457d6b91a18370581e95ea85c0 (patch) | |
| tree | 1525dfab45ee031c8b3691a30099d597ff184ddc /clang/lib/CodeGen/CodeGenModule.h | |
| parent | c4f0ab397c395b851a0304c31bc48759e010777b (diff) | |
| download | bcm5719-llvm-945b8aed2a822c457d6b91a18370581e95ea85c0.tar.gz bcm5719-llvm-945b8aed2a822c457d6b91a18370581e95ea85c0.zip | |
Update type cache when a type is completed.
Radar 9168773
llvm-svn: 128150
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index 5b8164f6be3..e6fcf61473e 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -506,10 +506,8 @@ public: ///@} - void UpdateCompletedType(const TagDecl *TD) { - // Make sure that this type is translated. - Types.UpdateCompletedType(TD); - } + // UpdateCompleteType - Make sure that this type is translated. + void UpdateCompletedType(const TagDecl *TD); llvm::Constant *getMemberPointerConstant(const UnaryOperator *e); |

