Older compilers won't like the inline virtual destructor in the header file
authorReid Spencer <rspencer@reidspencer.com>
Mon, 25 Apr 2005 01:01:35 +0000 (01:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 25 Apr 2005 01:01:35 +0000 (01:01 +0000)
commite8f38486394f3a897e3637b559ade420dddbe1e3
treec39c0b39cca722d01af307fc52aba825b662831f
parentfd84c2d89c5334f13f4710a3cb8b82b18bb2135e
Older compilers won't like the inline virtual destructor in the header file
so we put the destructor in Pass.cpp and make it non-inline.

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