Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData pass
authorChris Lattner <sabre@nondot.org>
Thu, 24 Apr 2003 20:07:38 +0000 (20:07 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Apr 2003 20:07:38 +0000 (20:07 +0000)
commita172846d3a9f28e5db781e05e747a57854177868
treeb82d97c40b8e4e85814c4cbe7b8565dd97de58aa
parenta148ccb15888091c42fa986e612a8ae1e448282f
Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData pass
even though it was immutable.  Immutable passes should never end up in CurrentAnalyses!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5906 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/PassManagerT.h