mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix PBQP graph iterator typedefs.
llvm-svn: 181973
This commit is contained in:
parent
fb71c30979
commit
b0c9552559
@ -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