projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc46550
)
remove a deprecated interface that was pretty useless
author
Gabor Greif
<ggreif@gmail.com>
Mon, 2 Mar 2009 12:42:07 +0000
(12:42 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Mon, 2 Mar 2009 12:42:07 +0000
(12:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65842
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/PassSupport.h
patch
|
blob
|
history
diff --git
a/include/llvm/PassSupport.h
b/include/llvm/PassSupport.h
index a8d18399ebe0531f7e10e6aca916ef692930cb0e..fe3ca520659cb3b2f159b1f17b72b69f5ca3e57d 100644
(file)
--- 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();