mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user