Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId
authorDan Gohman <gohman@apple.com>
Sat, 21 Jun 2008 19:18:17 +0000 (19:18 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 21 Jun 2008 19:18:17 +0000 (19:18 +0000)
commit94d7a5f8156e62532870fbaf197377b34e52ff2a
tree1dd752a40251eb875de5187342991e2508e8d6e2
parent3627e34486db088661bc7fb6c0dde6a18a543217
Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId
field, which is otherwise unused after instruction selection, as an index
into the SUnit array.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52583 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