aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassManagers.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-06-21 18:46:45 +0000
committerDan Gohman <gohman@apple.com>2010-06-21 18:46:45 +0000
commite407c1d1583cfc788fa7d00fee5f612c3f224983 (patch)
tree9a435a96a85d310bef7c8debd3be7fd2db2db026 /include/llvm/PassManagers.h
parentb1e51f6910d23b7383c44a4650092c14be791bf8 (diff)
downloadexternal_llvm-e407c1d1583cfc788fa7d00fee5f612c3f224983.zip
external_llvm-e407c1d1583cfc788fa7d00fee5f612c3f224983.tar.gz
external_llvm-e407c1d1583cfc788fa7d00fee5f612c3f224983.tar.bz2
Move several non-performance-critical member functinos out of line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106444 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassManagers.h')
-rw-r--r--include/llvm/PassManagers.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/llvm/PassManagers.h b/include/llvm/PassManagers.h
index ed1e80e..81b7e7a 100644
--- a/include/llvm/PassManagers.h
+++ b/include/llvm/PassManagers.h
@@ -302,10 +302,7 @@ public:
/// through getAnalysis interface.
virtual void addLowerLevelRequiredPass(Pass *P, Pass *RequiredPass);
- virtual Pass * getOnTheFlyPass(Pass *P, const PassInfo *PI, Function &F) {
- assert (0 && "Unable to find on the fly pass");
- return NULL;
- }
+ virtual Pass *getOnTheFlyPass(Pass *P, const PassInfo *PI, Function &F);
/// Initialize available analysis information.
void initializeAnalysisInfo() {