From ad7c5c1657f2504537bb62298f9372873c63d508 Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 8 Feb 2011 08:22:06 +0000 Subject: Reorganize CodeGen{Function,Module} to eliminate the unfortunate Block{Function,Module} base class. Minor other refactorings. Fixed a few address-space bugs while I was there. llvm-svn: 125085 --- clang/lib/CodeGen/CGObjCMac.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/CodeGen/CGObjCMac.cpp') diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp index 96271254915..be7c79cbb56 100644 --- a/clang/lib/CodeGen/CGObjCMac.cpp +++ b/clang/lib/CodeGen/CGObjCMac.cpp @@ -16,6 +16,7 @@ #include "CGRecordLayout.h" #include "CodeGenModule.h" #include "CodeGenFunction.h" +#include "CGBlocks.h" #include "CGCleanup.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" -- cgit v1.2.3