Move getAnalysisToUpdate to after the definition of AnalysisResolver.
authorChris Lattner <sabre@nondot.org>
Fri, 29 Aug 2003 14:26:51 +0000 (14:26 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 29 Aug 2003 14:26:51 +0000 (14:26 +0000)
commitdf9ec1052b089f7c7520823addd74b3fd97ba674
treefaf389f784878701f35d26273c063ba03dfee7ac
parent40c6fb6cac80367c2bec32295d4448e540f2d253
Move getAnalysisToUpdate to after the definition of AnalysisResolver.
GCC 3.4 apparently wants classes to be DEFINED before they are USED.  What is
it smoking.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8213 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h