Call the parent's getAnalysisUsage.

llvm-svn: 45571
This commit is contained in:
Bill Wendling 2008-01-04 07:50:05 +00:00
parent f3edc09f9b
commit d865697016
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ namespace {
/// FIXME: Loop preheaders?
///
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
MachineFunctionPass::getAnalysisUsage(AU);
AU.setPreservesCFG();
AU.addRequired<MachineLoopInfo>();
AU.addRequired<MachineDominatorTree>();