X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FPassSupport.h;h=fe3ca520659cb3b2f159b1f17b72b69f5ca3e57d;hb=354c0165e755fd857bc89792243b82387ee3936d;hp=a8d18399ebe0531f7e10e6aca916ef692930cb0e;hpb=e6d68200eef781111ef7a322f9d67af336abc71c;p=oota-llvm.git diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h index a8d18399ebe..fe3ca520659 100644 --- a/include/llvm/PassSupport.h +++ b/include/llvm/PassSupport.h @@ -127,13 +127,6 @@ public: return ItfImpl; } - /// getPassInfo - Deprecated API compatibility function. This function - /// just returns 'this'. - /// - const PassInfo *getPassInfo() const { - return this; - } - protected: void registerPass(); void unregisterPass();