OSDN Git Service

Current pass manager, not the parent pass manager, assumes the role of
authorDevang Patel <dpatel@apple.com>
Mon, 5 Mar 2007 22:57:49 +0000 (22:57 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 5 Mar 2007 22:57:49 +0000 (22:57 +0000)
commitcf5fb2b614a7fea4565e405c81a3ae8037d78f7b
treefd62bbc11c5db0ad32c482d086679fe1718d3a82
parent61e85b28212c8c50e78a614ce40ffed51bde1cff
Current pass manager, not the parent pass manager,  assumes the role of
last user when one of the managed pass uses info provided by parent pass
manager.

This was exposed by LPPassManager work.

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