mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Fix PBQP graph iterator typedefs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181973 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a2265bc01
commit
8c0f4fc8be
@ -37,11 +37,11 @@ namespace PBQP {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
typedef NodeEntry* NodeItr;
|
typedef NodeList::iterator NodeItr;
|
||||||
typedef const NodeEntry* ConstNodeItr;
|
typedef NodeList::const_iterator ConstNodeItr;
|
||||||
|
|
||||||
typedef EdgeEntry* EdgeItr;
|
typedef EdgeList::iterator EdgeItr;
|
||||||
typedef const EdgeEntry* ConstEdgeItr;
|
typedef EdgeList::const_iterator ConstEdgeItr;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user