From 793bd55f5a729831da35f7f7a3e68061faf45c6c Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 8 Feb 2012 12:41:24 +0000 Subject: 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 --- clang/lib/CodeGen/CodeGenFunction.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp') diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp index d5379a5..e59794c 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" -- cgit v1.1