This doesn't use DSCallSiteIterator
[oota-llvm.git] / lib / Analysis / DataStructure / TopDownClosure.cpp
index d30c441ce4f7e949d791adafa197c9373ac6a588..ad5a9d7220328182ccaf2115a4df521a778b6e47 100644 (file)
@@ -17,9 +17,9 @@
 #include "llvm/Analysis/DataStructure.h"
 #include "llvm/Module.h"
 #include "llvm/DerivedTypes.h"
+#include "llvm/Analysis/DSGraph.h"
 #include "Support/Debug.h"
 #include "Support/Statistic.h"
-#include "DSCallSiteIterator.h"
 
 namespace {
   RegisterAnalysis<TDDataStructures>   // Register the pass