Pruning includes.

llvm-svn: 45700
This commit is contained in:
Gordon Henriksen 2008-01-07 13:30:38 +00:00
parent a3bdad153f
commit 24db8d383d
2 changed files with 0 additions and 14 deletions

View File

@ -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;

View File

@ -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;