Split Target/Machine.h into three files:
authorChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 06:08:03 +0000 (06:08 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 06:08:03 +0000 (06:08 +0000)
commite5bc8b06533ba0f50403158a63f99a0c83da0493
tree8ed36617d161643542e02d94996debd024aae6e4
parentb26bcc5087029ffe8037ed9036ff74430c6054cf
Split Target/Machine.h into three files:
* Machine.h
* InstInfo.h
* SchedInfo.h

TODO: Split out reg info stuff

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@567 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/RegClass.h
include/llvm/CodeGen/SchedPriorities.h
include/llvm/Target/InstInfo.h [new file with mode: 0644]
include/llvm/Target/Machine.h
include/llvm/Target/SchedInfo.h [new file with mode: 0644]
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/CodeGen/InstrSched/SchedGraph.cpp
lib/CodeGen/RegAlloc/RegClass.h
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/RegAlloc/RegClass.h
lib/Target/TargetMachine.cpp