Move enum PassDebugLevel from PassManagerT.h to Pass.h.
authorDevang Patel <dpatel@apple.com>
Wed, 13 Dec 2006 20:03:48 +0000 (20:03 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 13 Dec 2006 20:03:48 +0000 (20:03 +0000)
commit45dc02d6f97447785ee7ffe08c36a34bc8921b0b
tree597178ed261e10f01592a41c65bb7ed1cced8194
parentf92b25ed4a2670ec9d4f5f746cf50ae337c0e0b8
Move enum PassDebugLevel from PassManagerT.h to Pass.h.
Use PDL as the prefix for these enums.
Define and use PassDebugging_New in new PassManager.

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