Use struct SDep instead of std::pair for SUnit pred and succ lists. First step
authorEvan Cheng <evan.cheng@apple.com>
Wed, 19 Sep 2007 01:38:40 +0000 (01:38 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 19 Sep 2007 01:38:40 +0000 (01:38 +0000)
commit713a98dee8ab07a3066d1707a07648d27dd0c19c
tree54c0efe9349233ea62e126f50444d2eddbdddb95
parentdcfa73fe3cf9b67573b188424477bc22ed900adf
Use struct SDep instead of std::pair for SUnit pred and succ lists. First step
in tracking physical register output dependencies.

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