Separate MachineInstr-emitting routines from actual scheduling
authorDan Gohman <gohman@apple.com>
Wed, 3 Sep 2008 16:01:59 +0000 (16:01 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 3 Sep 2008 16:01:59 +0000 (16:01 +0000)
commit94b8d7ea63c5b533c299226677a0973a39f98e91
tree976e76e7aaeeeef9337f5852ee6793789bb039eb
parent3f62940561760fe5dcc8675853be57ee4ac8069a
Separate MachineInstr-emitting routines from actual scheduling
routines and move them into a separate file, ScheduleDAGEmit.cpp.

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