[llvm-commits] [llvm] r45700 - in /llvm/trunk/lib/CodeGen: OcamlCollector.cpp ShadowStackCollector.cpp

Gordon Henriksen gordonhenriksen at mac.com
Mon Jan 7 05:30:39 PST 2008


Author: gordon
Date: Mon Jan  7 07:30:38 2008
New Revision: 45700

URL: http://llvm.org/viewvc/llvm-project?rev=45700&view=rev
Log:
Pruning includes.

Modified:
    llvm/trunk/lib/CodeGen/OcamlCollector.cpp
    llvm/trunk/lib/CodeGen/ShadowStackCollector.cpp

Modified: llvm/trunk/lib/CodeGen/OcamlCollector.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/OcamlCollector.cpp?rev=45700&r1=45699&r2=45700&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/OcamlCollector.cpp (original)
+++ llvm/trunk/lib/CodeGen/OcamlCollector.cpp Mon Jan  7 07:30:38 2008
@@ -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;
 

Modified: llvm/trunk/lib/CodeGen/ShadowStackCollector.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ShadowStackCollector.cpp?rev=45700&r1=45699&r2=45700&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/ShadowStackCollector.cpp (original)
+++ llvm/trunk/lib/CodeGen/ShadowStackCollector.cpp Mon Jan  7 07:30:38 2008
@@ -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;
 





More information about the llvm-commits mailing list