diff options
author | Chris Lattner <sabre@nondot.org> | 2004-09-20 04:47:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-09-20 04:47:19 +0000 |
commit | bba61c07ddca19f72b13dd5a410358d296ed1d6a (patch) | |
tree | 500ab2ba4e68aeb3c885e2d2eaa032b4691aed4f /lib/Transforms/IPO/GlobalDCE.cpp | |
parent | 68d033cc94d64c49aa442b3990386f95f95d5637 (diff) | |
download | external_llvm-bba61c07ddca19f72b13dd5a410358d296ed1d6a.zip external_llvm-bba61c07ddca19f72b13dd5a410358d296ed1d6a.tar.gz external_llvm-bba61c07ddca19f72b13dd5a410358d296ed1d6a.tar.bz2 |
'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
Diffstat (limited to 'lib/Transforms/IPO/GlobalDCE.cpp')
0 files changed, 0 insertions, 0 deletions