OptInfo is no longer required

llvm-svn: 8312
This commit is contained in:
Chris Lattner 2003-09-01 20:41:07 +00:00
parent b49a8d7e01
commit d189277f32
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ public:
virtual const TargetSchedInfo &getSchedInfo() const { abort(); }
virtual const TargetRegInfo &getRegInfo() const { abort(); }
virtual const TargetCacheInfo &getCacheInfo() const { abort(); }
virtual const TargetOptInfo &getOptInfo() const { abort(); }
/// addPassesToJITCompile - Add passes to the specified pass manager to
/// implement a fast dynamic compiler for this target. Return true if this is