mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 07:00:59 +00:00
Revert r106117, which was the result of me misreading the C++98/03
specification. llvm-svn: 106162
This commit is contained in:
parent
a97220ab96
commit
48c6838611
@ -88,7 +88,7 @@ inline void addNodeToInterval(Interval *Int, Interval *I) {
|
||||
template<class NodeTy, class OrigContainer_t, class GT = GraphTraits<NodeTy*>,
|
||||
class IGT = GraphTraits<Inverse<NodeTy*> > >
|
||||
class IntervalIterator {
|
||||
std::stack<std::pair<Interval*, Interval::succ_iterator> > IntStack;
|
||||
std::stack<std::pair<Interval*, typename Interval::succ_iterator> > IntStack;
|
||||
std::set<BasicBlock*> Visited;
|
||||
OrigContainer_t *OrigContainer;
|
||||
bool IOwnMem; // If True, delete intervals when done with them
|
||||
|
Loading…
x
Reference in New Issue
Block a user