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
This commit is contained in:
Benjamin Kramer
2012-02-08 12:41:24 +00:00
parent 42cdb7e640
commit 793bd55f5a
3 changed files with 43 additions and 80 deletions

View File

@@ -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"