[llvm-commits] [llvm] r65842 - /llvm/trunk/include/llvm/PassSupport.h
Gabor Greif
ggreif at gmail.com
Mon Mar 2 04:42:12 PST 2009
Author: ggreif
Date: Mon Mar 2 06:42:07 2009
New Revision: 65842
URL: http://llvm.org/viewvc/llvm-project?rev=65842&view=rev
Log:
remove a deprecated interface that was pretty useless
Modified:
llvm/trunk/include/llvm/PassSupport.h
Modified: llvm/trunk/include/llvm/PassSupport.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/PassSupport.h?rev=65842&r1=65841&r2=65842&view=diff
==============================================================================
--- llvm/trunk/include/llvm/PassSupport.h (original)
+++ llvm/trunk/include/llvm/PassSupport.h Mon Mar 2 06:42:07 2009
@@ -127,13 +127,6 @@
return ItfImpl;
}
- /// getPassInfo - Deprecated API compatibility function. This function
- /// just returns 'this'.
- ///
- const PassInfo *getPassInfo() const {
- return this;
- }
-
protected:
void registerPass();
void unregisterPass();
More information about the llvm-commits
mailing list