aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Pass.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-11 19:11:05 +0000
committerDan Gohman <gohman@apple.com>2010-08-11 19:11:05 +0000
commit1f9a1608a65c17f9e103d0948efef764aa87aafa (patch)
tree3ddab07a18a87538687a61b12c54c5ba8fe3b170 /include/llvm/Pass.h
parent73e88002290920f2d1599bde7878ed01a9e8c242 (diff)
downloadexternal_llvm-1f9a1608a65c17f9e103d0948efef764aa87aafa.zip
external_llvm-1f9a1608a65c17f9e103d0948efef764aa87aafa.tar.gz
external_llvm-1f9a1608a65c17f9e103d0948efef764aa87aafa.tar.bz2
Delete FunctionPass::run, which is unused.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Pass.h')
-rw-r--r--include/llvm/Pass.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h
index 7760bc1..f58efc2 100644
--- a/include/llvm/Pass.h
+++ b/include/llvm/Pass.h
@@ -295,11 +295,6 @@ public:
///
virtual bool doFinalization(Module &);
- /// run - On a function, we simply initialize, run the function, then
- /// finalize.
- ///
- bool run(Function &F);
-
virtual void assignPassManager(PMStack &PMS,
PassManagerType T);