mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +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
|
||||
/// must call this.
|
||||
///
|
||||
/// For MachineFunctionPasses, calling AU.preservesCFG() indicates that
|
||||
/// the pass does not modify the MachineBasicBlock CFG.
|
||||
///
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const;
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user