Simplify iterator usage now that we have next(). Also don't pass iterators by referen...
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Mon, 23 Feb 2004 04:12:30 +0000 (04:12 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Mon, 23 Feb 2004 04:12:30 +0000 (04:12 +0000)
commitfc2b449a17c540285af2c358b31126c2ad666dec
tree287beeaa1511af730cf4a1dcc8c7ad2bfad43e3e
parenta118ae1c9d00cfc553b45d265e71e14a41037c02
Simplify iterator usage now that we have next(). Also don't pass iterators by reference now that MachineInstr* are in an ilist

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11732 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocSimple.cpp