mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
This should use Support/iterator, not <iterator>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1da3398600
commit
0c6a271d91
@ -37,7 +37,7 @@
|
||||
/* #include "llvm/Analysis/PostDominators.h" -- see below */
|
||||
#include "llvm/Instruction.h"
|
||||
#include "llvm/Pass.h"
|
||||
#include <iterator>
|
||||
#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<Dependence, ptrdiff_t>
|
||||
{
|
||||
class PDGIterator: public forward_iterator<Dependence, ptrdiff_t> {
|
||||
DepIterState* istate;
|
||||
|
||||
#if 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user