From: Chris Lattner Date: Thu, 10 Oct 2002 20:33:46 +0000 (+0000) Subject: Stop using DataStructureGraph.h X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7a11a94183b82f067214927c6f0d76bbbde9c0f7;p=oota-llvm.git Stop using DataStructureGraph.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4106 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/OldPoolAllocate.cpp b/lib/Transforms/IPO/OldPoolAllocate.cpp index 33110bd467f..0fec909a908 100644 --- a/lib/Transforms/IPO/OldPoolAllocate.cpp +++ b/lib/Transforms/IPO/OldPoolAllocate.cpp @@ -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"