mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 20:45:06 +00:00
Revert r106117, which was the result of me misreading the C++98/03
specification. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106162 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2846b4bee
commit
41f98a295a
@ -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…
Reference in New Issue
Block a user