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:
Dan Gohman 2009-08-11 15:50:56 +00:00
parent 004072508b
commit d1ad72f54f

View File

@ -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: