[llvm-commits] CVS: llvm/lib/Target/CBackend/CTargetMachine.h
Chris Lattner
lattner at cs.uiuc.edu
Wed Jun 2 00:58:12 PDT 2004
Changes in directory llvm/lib/Target/CBackend:
CTargetMachine.h updated: 1.3 -> 1.4
---
Log message:
Stubs are no longer needed
---
Diffs of the changes: (+0 -5)
Index: llvm/lib/Target/CBackend/CTargetMachine.h
diff -u llvm/lib/Target/CBackend/CTargetMachine.h:1.3 llvm/lib/Target/CBackend/CTargetMachine.h:1.4
--- llvm/lib/Target/CBackend/CTargetMachine.h:1.3 Tue Mar 2 20:14:15 2004
+++ llvm/lib/Target/CBackend/CTargetMachine.h Wed Jun 2 00:53:52 2004
@@ -23,11 +23,6 @@
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);
};
More information about the llvm-commits
mailing list