Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp
authorChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 15:43:58 +0000 (15:43 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 15:43:58 +0000 (15:43 +0000)
commitc7634618cac05986ae4a6e2fc23b8b4349b76698
treee5bfd9f3c857f99ad9cdd7859b0aa947f7ef7b2a
parent5f3c2e566f946db6c95234e7c1de73bef8f8afe0
Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@569 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SchedInfo.cpp [new file with mode: 0644]
lib/Target/TargetMachine.cpp