mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
Add a comment about the additional meaning of setPreservesCFG() for
MachineFunctionPass passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78669 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
004072508b
commit
d1ad72f54f
@ -40,6 +40,10 @@ protected:
|
|||||||
|
|
||||||
/// getAnalysisUsage - Subclasses that override getAnalysisUsage
|
/// getAnalysisUsage - Subclasses that override getAnalysisUsage
|
||||||
/// must call this.
|
/// must call this.
|
||||||
|
///
|
||||||
|
/// For MachineFunctionPasses, calling AU.preservesCFG() indicates that
|
||||||
|
/// the pass does not modify the MachineBasicBlock CFG.
|
||||||
|
///
|
||||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const;
|
virtual void getAnalysisUsage(AnalysisUsage &AU) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user