Add support for ImmutablePasses, which are not run, and cannot be
authorChris Lattner <sabre@nondot.org>
Wed, 25 Sep 2002 21:59:11 +0000 (21:59 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 25 Sep 2002 21:59:11 +0000 (21:59 +0000)
commit70b4f3e05106761e99cc56919767155cad0e2d3a
tree209bf34147b24066ec05fc0d34bdf5c1dce3faa6
parente548f009f782bdd85764616a1f9c69e5b879b351
Add support for ImmutablePasses, which are not run, and cannot be
invalidated.

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