Code generation passes don't need access to raw LLVM types, this method is unnecessary.
authorChris Lattner <sabre@nondot.org>
Wed, 30 Jul 2003 05:29:45 +0000 (05:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Jul 2003 05:29:45 +0000 (05:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7412 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/MRegisterInfo.h

index 41fea08bf4398a09a956d74e372247792e76aa6e..f0664c398aba8ad9ea18a23215ed19df16756309 100644 (file)
@@ -169,14 +169,13 @@ public:
   //
 
   /// Register class iterators
+  ///
   regclass_iterator regclass_begin() const { return RegClassBegin; }
   regclass_iterator regclass_end() const { return RegClassEnd; }
 
   unsigned getNumRegClasses() const {
     return regclass_end()-regclass_begin();
   }
-  virtual const TargetRegisterClass* getRegClassForType(const Type* Ty) const=0;
-
 
   //===--------------------------------------------------------------------===//
   // Interfaces used by the register allocator and stack frame manipulation