commit | 0c0edf8afc35a42b15a24ebb5fa5f3fc674290ae | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jul 25 06:17:51 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jul 25 06:17:51 2002 +0000 |
tree | ed8c32c0631b43d63d36b406b9c02baffd63f2b9 | |
parent | bcafccebdbe59cdb888d5a6dc844dea998e02f5b [diff] [blame] |
*** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3075 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/InstrScheduling.cpp b/lib/CodeGen/InstrSched/InstrScheduling.cpp index 2271c78..19c6922 100644 --- a/lib/CodeGen/InstrSched/InstrScheduling.cpp +++ b/lib/CodeGen/InstrSched/InstrScheduling.cpp
@@ -79,7 +79,7 @@ //---------------------------------------------------------------------- template<class _NodeType> -class ScheduleIterator: public std::forward_iterator<_NodeType, ptrdiff_t> { +class ScheduleIterator : public forward_iterator<_NodeType, ptrdiff_t> { private: unsigned cycleNum; unsigned slotNum;