summaryrefslogtreecommitdiff
path: root/include/llvm/PassSupport.h
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-02 12:42:07 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-02 12:42:07 +0000
commit5b78a7cabe7792bddf1f98d9b1cd63b5b2245f80 (patch)
treefc59ef671566e7633d2526a661242d3adde52c26 /include/llvm/PassSupport.h
parentcc465507859e883dd6cb41a8db8c8236bc2b99c9 (diff)
downloadllvm-5b78a7cabe7792bddf1f98d9b1cd63b5b2245f80.tar.gz
llvm-5b78a7cabe7792bddf1f98d9b1cd63b5b2245f80.tar.bz2
llvm-5b78a7cabe7792bddf1f98d9b1cd63b5b2245f80.tar.xz
remove a deprecated interface that was pretty useless
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65842 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassSupport.h')
-rw-r--r--include/llvm/PassSupport.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h
index a8d18399eb..fe3ca52065 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();