diff options
author | Mike Stump <mrs@apple.com> | 2009-07-20 21:17:53 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-20 21:17:53 +0000 |
commit | 5ac2323decadeccf22659b828771155f0c70bed9 (patch) | |
tree | 234f2703505549952effdc9795a56e7e494e423e /lib/CodeGen/CodeGenFunction.cpp | |
parent | 293769a1f281b8994195eb9985b31e1ed0c1c8b3 (diff) |
Remove an apparently unused header.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76473 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index 2050d12e46..3a689a4306 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp @@ -19,7 +19,6 @@ #include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" #include "clang/AST/DeclCXX.h" -#include "llvm/Support/CFG.h" #include "llvm/Target/TargetData.h" using namespace clang; using namespace CodeGen; |