Change PMStack::push to accept a PMDataManager* instead of
authorDan Gohman <gohman@apple.com>
Thu, 13 Mar 2008 01:21:31 +0000 (01:21 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 13 Mar 2008 01:21:31 +0000 (01:21 +0000)
commitc2f12ab5e5258a949c0cfff074bf57fe0c08d4e5
tree82ff6bc6dc624eb6fd7d55449c89e67aa838a181
parent0ecd4c1a55a7428d2ad2f6dfd0c952c080c7ae0a
Change PMStack::push to accept a PMDataManager* instead of
a Pass*. PMDataManager* is what it actually holds, so this
makes it clearer.

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