diff options
| author | Eli Bendersky <eliben@google.com> | 2014-02-01 13:12:54 +0000 |
|---|---|---|
| committer | Eli Bendersky <eliben@google.com> | 2014-02-01 13:12:54 +0000 |
| commit | fc49d1983410f3345fd92b71a9e3ca05fd7ad8d6 (patch) | |
| tree | d7c58ab8791075cf565fc13ea9e61e3212096e6f | |
| parent | 029750fb95118d660e3d7156cde21eedb379e290 (diff) | |
| download | bcm5719-llvm-fc49d1983410f3345fd92b71a9e3ca05fd7ad8d6.tar.gz bcm5719-llvm-fc49d1983410f3345fd92b71a9e3ca05fd7ad8d6.zip | |
Remove some unused #includes
llvm-svn: 200611
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Utils/SSAUpdater.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp index 913916aabb1..90d46630a90 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp @@ -20,7 +20,6 @@ #include "llvm/MC/MCAsmInfo.h" #include "llvm/MC/MCStreamer.h" #include "llvm/MC/MCSymbol.h" -#include "llvm/Support/Allocator.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/Format.h" diff --git a/llvm/lib/Transforms/Utils/SSAUpdater.cpp b/llvm/lib/Transforms/Utils/SSAUpdater.cpp index 30adbfac058..415e615e785 100644 --- a/llvm/lib/Transforms/Utils/SSAUpdater.cpp +++ b/llvm/lib/Transforms/Utils/SSAUpdater.cpp @@ -19,8 +19,6 @@ #include "llvm/IR/Constants.h" #include "llvm/IR/Instructions.h" #include "llvm/IR/IntrinsicInst.h" -#include "llvm/Support/AlignOf.h" -#include "llvm/Support/Allocator.h" #include "llvm/Support/CFG.h" #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" |

