Stop using DataStructureGraph.h
authorChris Lattner <sabre@nondot.org>
Thu, 10 Oct 2002 20:33:46 +0000 (20:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Oct 2002 20:33:46 +0000 (20:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4106 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/OldPoolAllocate.cpp

index 33110bd467f88ff3fc61885a345bcaaf3b7b8fe7..0fec909a908e476756745e8612238edf1a79c056 100644 (file)
@@ -4,14 +4,11 @@
 // allocated out of different pools of memory, increasing locality and shrinking
 // pointer size.
 //
-// This pass requires a DCE & instcombine pass to be run after it for best
-// results.
-//
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Transforms/IPO.h"
 #include "llvm/Transforms/Utils/CloneFunction.h"
-#include "llvm/Analysis/DataStructureGraph.h"
+#include "llvm/Analysis/DataStructure.h"
 #include "llvm/Module.h"
 #include "llvm/iMemory.h"
 #include "llvm/iTerminators.h"