mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 02:16:46 +00:00
Stubs are no longer needed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13951 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
36c2a05935
commit
289809d139
@ -23,11 +23,6 @@ struct CTargetMachine : public TargetMachine {
|
||||
CTargetMachine(const Module &M, IntrinsicLowering *IL) :
|
||||
TargetMachine("CBackend", IL, M) {}
|
||||
|
||||
virtual const TargetInstrInfo &getInstrInfo() const { abort(); }
|
||||
virtual const TargetFrameInfo &getFrameInfo() const { abort(); }
|
||||
virtual const TargetSchedInfo &getSchedInfo() const { abort(); }
|
||||
virtual const TargetRegInfo &getRegInfo() const { abort(); }
|
||||
|
||||
// This is the only thing that actually does anything here.
|
||||
virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user