summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-01-28 11:13:47 +0000
committerJohn McCall <rjmccall@apple.com>2011-01-28 11:13:47 +0000
commited1ae86ac69b4ee2107cf308e20e49fa2be2ff0a (patch)
tree3534906b28cc46e62edc19bd49cee8719c515e70 /clang/lib/CodeGen/CGObjCMac.cpp
parentcb5f77f046b9f11e594e3ebd3f39c93df7400445 (diff)
downloadbcm5719-llvm-ed1ae86ac69b4ee2107cf308e20e49fa2be2ff0a.tar.gz
bcm5719-llvm-ed1ae86ac69b4ee2107cf308e20e49fa2be2ff0a.zip
Move all the cleanups framework code into a single file.
Pure motion. llvm-svn: 124484
Diffstat (limited to 'clang/lib/CodeGen/CGObjCMac.cpp')
-rw-r--r--clang/lib/CodeGen/CGObjCMac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCMac.cpp b/clang/lib/CodeGen/CGObjCMac.cpp
index 2a27e919250..24c080e517b 100644
--- a/clang/lib/CodeGen/CGObjCMac.cpp
+++ b/clang/lib/CodeGen/CGObjCMac.cpp
@@ -16,7 +16,7 @@
#include "CGRecordLayout.h"
#include "CodeGenModule.h"
#include "CodeGenFunction.h"
-#include "CGException.h"
+#include "CGCleanup.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclObjC.h"
OpenPOWER on IntegriCloud