no really, I can spell!
[oota-llvm.git] / include / llvm / PassSupport.h
index 7121835a7e524f88be44c505583039aad3f54528..fe3ca520659cb3b2f159b1f17b72b69f5ca3e57d 100644 (file)
@@ -127,13 +127,6 @@ public:
     return ItfImpl;
   }
 
-  /// getPassInfo - Deprecated API compaatibility function. This function
-  /// just returns 'this'.
-  ///
-  const PassInfo *getPassInfo() const {
-    return this;
-  }
-
 protected:
   void registerPass();
   void unregisterPass();
@@ -185,7 +178,7 @@ struct RegisterPass : public PassInfo {
 ///
 /// If no analysis implementing the interface is available, a default
 /// implementation is created and added.  A pass registers itself as the default
-/// implementation by specifying 'true' as the third template argument of this
+/// implementation by specifying 'true' as the second template argument of this
 /// class.
 ///
 /// In addition to registering itself as an analysis group member, a pass must