Chris Lattner bba61c07dd 'Pass' should now not be derived from by clients. Instead, they should derive
from ModulePass.  Instead of implementing Pass::run, then should implement
ModulePass::runOnModule.

Also, fix some undefined behavior, expecting | on booleans to evaluate
left-to-right.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16435 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-20 04:47:19 +00:00
..
2004-09-20 04:44:31 +00:00
2004-09-01 22:55:40 +00:00
2004-09-01 22:55:40 +00:00
2004-09-20 04:43:57 +00:00
2004-09-15 01:34:42 +00:00