Move all the code that creates code generation passes from Sparc.cpp to
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 15:39:26 +0000 (15:39 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 16 Sep 2002 15:39:26 +0000 (15:39 +0000)
commite1f7280bf8b54ea263ea146a94e287da8acb3c46
tree58f96c3cd30bf507b780f4923759df4352301a5a
parent00020d3d01ef91080ca6ba9790b2b198e8543895
Move all the code that creates code generation passes from Sparc.cpp to
TargetMachine.cpp, since it is entirely machine-independent.
Also, add options to disable optional back-end passes (preselection and
instr. scheduling).

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