Make class TargetMachine the common interface to all target-dependent
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 18 Sep 2001 13:01:29 +0000 (13:01 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 18 Sep 2001 13:01:29 +0000 (13:01 +0000)
commit0fb498017a44c85cae172f0b244bb1d79bf4c821
tree4f539f7cc69f824cdcfd79ba4365a47c40d2109a
parent0799fc479ab1eb7261f125e2312c5e192cacdb98
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.
Commented out call to register allocation until more tests run correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@616 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9TargetMachine.cpp