No need to keep track of top and bottom nodes in a group since the vector is
authorEvan Cheng <evan.cheng@apple.com>
Wed, 25 Jan 2006 18:54:24 +0000 (18:54 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 25 Jan 2006 18:54:24 +0000 (18:54 +0000)
commit46c01cfe9f1c6900ea63df9c79094d0826fd9ecc
tree2c9254704aa535b7c4e8b3bbabae20c6a82cb767
parent0577a22c678bd5e31047e6b8038c6917202271ee
No need to keep track of top and bottom nodes in a group since the vector is
already in order. Thanks Jim for pointing it out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25608 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ScheduleDAG.h
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp