mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +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:
|
||||
|
||||
typedef NodeEntry* NodeItr;
|
||||
typedef const NodeEntry* ConstNodeItr;
|
||||
typedef NodeList::iterator NodeItr;
|
||||
typedef NodeList::const_iterator ConstNodeItr;
|
||||
|
||||
typedef EdgeEntry* EdgeItr;
|
||||
typedef const EdgeEntry* ConstEdgeItr;
|
||||
typedef EdgeList::iterator EdgeItr;
|
||||
typedef EdgeList::const_iterator ConstEdgeItr;
|
||||
|
||||
private:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user