llvm-mirror/include
Owen Anderson 63f757463c 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.

llvm-svn: 116334
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