We no longer care whether something is an opt vs analysis pass, only whether
authorChris Lattner <sabre@nondot.org>
Sun, 27 Aug 2006 22:21:55 +0000 (22:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Aug 2006 22:21:55 +0000 (22:21 +0000)
commit2dd3d423aae84649c434b2a58ba4ed7e918580d8
treeff7eadbe3d8df068b986ff4fbdc8e15d0c52dd70
parenta4be053d7d5428e4259ec0c2509283c892dec7f1
We no longer care whether something is an opt vs analysis pass, only whether
something is a pass vs an analysis group now.  Simplify interfaces.

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