Do some code refactoring on Jim's scheduler in preparation of the new list
authorEvan Cheng <evan.cheng@apple.com>
Sat, 21 Jan 2006 02:32:06 +0000 (02:32 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 21 Jan 2006 02:32:06 +0000 (02:32 +0000)
commita9c2091cd38e401c846391c9951ff416e709b65e
treeb4d2380517f023124119698fafbd20a5d6979c91
parentbc1c2154534e8469ac5258ea145e3ce2ccd7ee07
Do some code refactoring on Jim's scheduler in preparation of the new list
scheduler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25493 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ScheduleDAG.h [new file with mode: 0644]
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp [new file with mode: 0644]
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp