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 | ed1ae86ac69b4ee2107cf308e20e49fa2be2ff0a (patch) | |
tree | 3534906b28cc46e62edc19bd49cee8719c515e70 /clang/lib/CodeGen/CGObjCGNU.cpp | |
parent | cb5f77f046b9f11e594e3ebd3f39c93df7400445 (diff) | |
download | bcm5719-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/CGObjCGNU.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGObjCGNU.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp index 6f8bdc1060e..0c8f5be7e08 100644 --- a/clang/lib/CodeGen/CGObjCGNU.cpp +++ b/clang/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" |