Make class TargetMachine the common interface to all target-dependent
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 18 Sep 2001 12:38:31 +0000 (12:38 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 18 Sep 2001 12:38:31 +0000 (12:38 +0000)
commita578a6d054e8219c730840700d8d5fd29f15a962
tree64eb71f22b11d2207983652e764e54489ff8a0f8
parent0b5787ace89a97c3584b3bdebd3d85f4060d5ec6
Make class TargetMachine the common interface to all target-dependent
information, including instr, sched, and reg information.
Rename files to match the primary classes they provide.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@602 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/MachineInstrInfo.h [new file with mode: 0644]
include/llvm/Target/TargetData.h [new file with mode: 0644]
include/llvm/Target/TargetInstrInfo.h [new file with mode: 0644]
include/llvm/Target/TargetMachine.h [new file with mode: 0644]
include/llvm/Target/TargetRegInfo.h [new file with mode: 0644]
include/llvm/Target/TargetSchedInfo.h [new file with mode: 0644]