Rename getAnalysisToUpdate to getAnalysisIfAvailable.

llvm-svn: 63198
This commit is contained in:
Duncan Sands
2009-01-28 13:14:17 +00:00
parent 08e53d041f
commit 5a913d61e3
29 changed files with 87 additions and 85 deletions

View File

@@ -198,7 +198,7 @@ bool BranchFolder::runOnMachineFunction(MachineFunction &MF) {
RS = RegInfo->requiresRegisterScavenging(MF) ? new RegScavenger() : NULL;
MMI = getAnalysisToUpdate<MachineModuleInfo>();
MMI = getAnalysisIfAvailable<MachineModuleInfo>();
bool MadeChangeThisIteration = true;
while (MadeChangeThisIteration) {