Move addPassesToEmitAssembly from TargetMachine to UltraSparc because it

really is sparc specific.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4308 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-10-28 01:03:43 +00:00
parent 1febf88ef4
commit 4f9463772b
3 changed files with 121 additions and 123 deletions

View File

@@ -709,7 +709,6 @@ public:
//---------------------------------------------------------------------------
class UltraSparc : public TargetMachine {
private:
UltraSparcInstrInfo instrInfo;
UltraSparcSchedInfo schedInfo;
UltraSparcRegInfo regInfo;
@@ -726,6 +725,8 @@ public:
virtual const MachineCacheInfo &getCacheInfo() const { return cacheInfo; }
virtual const MachineOptInfo &getOptInfo() const { return optInfo; }
virtual void addPassesToEmitAssembly(PassManager &PM, std::ostream &Out);
// getPrologEpilogCodeInserter - Inserts prolog/epilog code.
virtual Pass* getPrologEpilogInsertionPass();