diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/CBackend/CTargetMachine.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/CBackend/CTargetMachine.h b/llvm/lib/Target/CBackend/CTargetMachine.h index 1574fee4a25..97f880d2fd6 100644 --- a/llvm/lib/Target/CBackend/CTargetMachine.h +++ b/llvm/lib/Target/CBackend/CTargetMachine.h @@ -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); }; |