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 | 79e523de04b67fc0fbc73baf6605707b7aa91e65 (patch) | |
tree | 68a084e600d2da7e16ade4522984e52443167666 /llvm/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp | |
parent | 135419193e4dbfceb809a0ebc9c54599493fdfcd (diff) | |
download | bcm5719-llvm-79e523de04b67fc0fbc73baf6605707b7aa91e65.tar.gz bcm5719-llvm-79e523de04b67fc0fbc73baf6605707b7aa91e65.zip |
'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.
llvm-svn: 16435
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/MemoryDepAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions