From: Chris Lattner Date: Sun, 31 Aug 2003 19:46:22 +0000 (+0000) Subject: This should use Support/iterator, not X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0c6a271d9163319b6699b2210b2da74175df4205;p=oota-llvm.git This should use Support/iterator, not git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8266 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/PgmDependenceGraph.h b/include/llvm/Analysis/PgmDependenceGraph.h index 25fa55f1fa9..3ae74779e5f 100644 --- a/include/llvm/Analysis/PgmDependenceGraph.h +++ b/include/llvm/Analysis/PgmDependenceGraph.h @@ -37,7 +37,7 @@ /* #include "llvm/Analysis/PostDominators.h" -- see below */ #include "llvm/Instruction.h" #include "llvm/Pass.h" -#include +#include "Support/iterator" class DSGraph; class DependenceGraph; @@ -133,8 +133,7 @@ public: /// is normally not constructed for SSA def-use dependences). ///--------------------------------------------------------------------------- -class PDGIterator: public forward_iterator -{ +class PDGIterator: public forward_iterator { DepIterState* istate; #if 0