mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
Test commit only modifying comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
34a9d4b3b9
commit
4bfea7685d
@ -228,7 +228,7 @@ public:
|
||||
Pass *createPrinterPass(raw_ostream &O, const std::string &Banner) const;
|
||||
|
||||
/// doInitialization - Virtual method overridden by subclasses to do
|
||||
/// any necessary initialization.
|
||||
/// any necessary initialization before any pass is run.
|
||||
///
|
||||
virtual bool doInitialization() { return false; }
|
||||
|
||||
@ -236,8 +236,8 @@ public:
|
||||
/// being operated on.
|
||||
virtual bool runOnModule(Module &M) = 0;
|
||||
|
||||
/// doFinalization - Virtual method overriden by subclasses to do any post
|
||||
/// processing needed after all passes have run.
|
||||
/// doFinalization - Virtual method overriden by subclasses to do any
|
||||
/// necessary clean up after all passes have run.
|
||||
///
|
||||
virtual bool doFinalization() { return false; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user