aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-01-07 13:30:38 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-01-07 13:30:38 +0000
commit840ba9396a2ed21aa00d497c379a1670e144963a (patch)
tree0558c8b00dea4c13917c6f14847d84892950064d /lib/CodeGen
parentf4c62568a7db6aee1d928c10516dc166cccaa3a8 (diff)
downloadexternal_llvm-840ba9396a2ed21aa00d497c379a1670e144963a.tar.gz
external_llvm-840ba9396a2ed21aa00d497c379a1670e144963a.tar.bz2
external_llvm-840ba9396a2ed21aa00d497c379a1670e144963a.zip
Pruning includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45700 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/OcamlCollector.cpp6
-rw-r--r--lib/CodeGen/ShadowStackCollector.cpp8
2 files changed, 0 insertions, 14 deletions
diff --git a/lib/CodeGen/OcamlCollector.cpp b/lib/CodeGen/OcamlCollector.cpp
index 8848fe1371..95022a9ed4 100644
--- a/lib/CodeGen/OcamlCollector.cpp
+++ b/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/lib/CodeGen/ShadowStackCollector.cpp b/lib/CodeGen/ShadowStackCollector.cpp
index 1b619c9668..df6962697a 100644
--- a/lib/CodeGen/ShadowStackCollector.cpp
+++ b/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;