diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-01-07 13:30:38 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2008-01-07 13:30:38 +0000 |
commit | 24db8d383d6cb45ad7bcc53bd3ecc171b3db787d (patch) | |
tree | eb768179baa5136081c7d1b86064f35e52d42f5f /llvm/lib | |
parent | a3bdad153fa4cd16a7d3d95391b9ab2eb0da102a (diff) | |
download | bcm5719-llvm-24db8d383d6cb45ad7bcc53bd3ecc171b3db787d.tar.gz bcm5719-llvm-24db8d383d6cb45ad7bcc53bd3ecc171b3db787d.zip |
Pruning includes.
llvm-svn: 45700
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/OcamlCollector.cpp | 6 | ||||
-rw-r--r-- | llvm/lib/CodeGen/ShadowStackCollector.cpp | 8 |
2 files changed, 0 insertions, 14 deletions
diff --git a/llvm/lib/CodeGen/OcamlCollector.cpp b/llvm/lib/CodeGen/OcamlCollector.cpp index 8848fe13716..95022a9ed4d 100644 --- a/llvm/lib/CodeGen/OcamlCollector.cpp +++ b/llvm/lib/CodeGen/OcamlCollector.cpp @@ -13,18 +13,12 @@ //===----------------------------------------------------------------------===// #include "llvm/CodeGen/Collectors.h" -#include "llvm/ADT/DenseMap.h" #include "llvm/CodeGen/AsmPrinter.h" #include "llvm/CodeGen/Collector.h" -#include "llvm/CodeGen/CollectorMetadata.h" -#include "llvm/Function.h" #include "llvm/Module.h" -#include "llvm/PassManager.h" -#include "llvm/Support/Compiler.h" #include "llvm/Target/TargetAsmInfo.h" #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetMachine.h" -#include <ctype.h> using namespace llvm; diff --git a/llvm/lib/CodeGen/ShadowStackCollector.cpp b/llvm/lib/CodeGen/ShadowStackCollector.cpp index 1b619c96680..df6962697ae 100644 --- a/llvm/lib/CodeGen/ShadowStackCollector.cpp +++ b/llvm/lib/CodeGen/ShadowStackCollector.cpp @@ -27,19 +27,11 @@ #define DEBUG_TYPE "shadowstackgc" #include "llvm/CodeGen/Collectors.h" -#include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringExtras.h" #include "llvm/CodeGen/Collector.h" -#include "llvm/Constants.h" -#include "llvm/DerivedTypes.h" -#include "llvm/Instructions.h" #include "llvm/IntrinsicInst.h" #include "llvm/Module.h" -#include "llvm/Pass.h" -#include "llvm/Support/Compiler.h" #include "llvm/Support/LLVMBuilder.h" -#include "llvm/Analysis/Verifier.h" -#include <cstdlib> using namespace llvm; |