Unbreak the build

llvm-svn: 100775
This commit is contained in:
Douglas Gregor 2010-04-08 16:07:47 +00:00
parent bc048307f3
commit bc6a434773
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ class CodeGenModule : public BlockModule {
/// VTables - Holds information about C++ vtables.
CodeGenVTables VTables;
friend class CodeGenVTables;
CGObjCRuntime* Runtime;
CGDebugInfo* DebugInfo;