mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user