diff options
author | John McCall <rjmccall@apple.com> | 2011-01-28 11:13:47 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-01-28 11:13:47 +0000 |
commit | 36f893c1efe367f929d92c8b125f964c22ba189e (patch) | |
tree | 9abff91cc088561957a0cbc346fb40bfafbdf19e /lib/CodeGen/CGObjCGNU.cpp | |
parent | 804b807ea918184d6de63bd745e1ff75a9bfc679 (diff) |
Move all the cleanups framework code into a single file.
Pure motion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGObjCGNU.cpp')
-rw-r--r-- | lib/CodeGen/CGObjCGNU.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGObjCGNU.cpp b/lib/CodeGen/CGObjCGNU.cpp index 6f8bdc1060..0c8f5be7e0 100644 --- a/lib/CodeGen/CGObjCGNU.cpp +++ b/lib/CodeGen/CGObjCGNU.cpp @@ -17,7 +17,7 @@ #include "CGObjCRuntime.h" #include "CodeGenModule.h" #include "CodeGenFunction.h" -#include "CGException.h" +#include "CGCleanup.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" |