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 | 94e12450aa7aba54768b3d87c27a2e702cd16bbb (patch) | |
| tree | 23499d4131c0c6b81ee8ba2f43ecfaa56288b124 /clang/lib/CodeGen | |
| parent | 57106d6dc01b33c8e129dfc75c88fa5117bc1730 (diff) | |
| download | bcm5719-llvm-94e12450aa7aba54768b3d87c27a2e702cd16bbb.tar.gz bcm5719-llvm-94e12450aa7aba54768b3d87c27a2e702cd16bbb.zip  | |
Remove an apparently unused header.
llvm-svn: 76473
Diffstat (limited to 'clang/lib/CodeGen')
| -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 2050d12e466..3a689a43062 100644 --- a/clang/lib/CodeGen/CodeGenFunction.cpp +++ b/clang/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;  | 

