diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-08 12:41:24 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-08 12:41:24 +0000 |
commit | 793bd55f5a729831da35f7f7a3e68061faf45c6c (patch) | |
tree | 8e4f3ec02fe29fc30e38b9b81c39b92ca8f46d22 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 42cdb7e64066fcf6635f8da0cf977cfd76879858 (diff) | |
download | bcm5719-llvm-793bd55f5a729831da35f7f7a3e68061faf45c6c.tar.gz bcm5719-llvm-793bd55f5a729831da35f7f7a3e68061faf45c6c.zip |
CodeGen: Move EHPersonality from CGException.h into the cpp file, it has no other users.
While at it make it value-initializable to get rid of static ctors.
llvm-svn: 150070
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index d5379a56932..e59794c71c7 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/lib/CodeGen/CodeGenFunction.cpp @@ -16,7 +16,6 @@ #include "CGCUDARuntime.h" #include "CGCXXABI.h" #include "CGDebugInfo.h" -#include "CGException.h" #include "clang/Basic/TargetInfo.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" |