llvm-6502/include
Owen Anderson 2ab36d3502 Begin adding static dependence information to passes, which will allow us to
perform initialization without static constructors AND without explicit initialization
by the client.  For the moment, passes are required to initialize both their
(potential) dependencies and any passes they preserve.  I hope to be able to relax
the latter requirement in the future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116334 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-12 19:48:12 +00:00
..
llvm Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
llvm-c remove dead prototype, PR8351 2010-10-11 17:44:22 +00:00