From 8ba15cb7099d9eadcb345328228d77ffa5afa42d Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 20 Jul 2010 01:19:58 +0000 Subject: Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108794 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/PassManagers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/PassManagers.h') diff --git a/include/llvm/PassManagers.h b/include/llvm/PassManagers.h index 81b7e7af81..c4593e625b 100644 --- a/include/llvm/PassManagers.h +++ b/include/llvm/PassManagers.h @@ -302,7 +302,7 @@ public: /// through getAnalysis interface. virtual void addLowerLevelRequiredPass(Pass *P, Pass *RequiredPass); - virtual Pass *getOnTheFlyPass(Pass *P, const PassInfo *PI, Function &F); + virtual Pass *getOnTheFlyPass(Pass *P, const StaticPassInfo *PI, Function &F); /// Initialize available analysis information. void initializeAnalysisInfo() { -- cgit v1.2.3