RemoveUnusedCPEntries can change things. Track it.

llvm-svn: 122129
This commit is contained in:
Bill Wendling 2010-12-18 01:53:06 +00:00
parent 5c844d51c8
commit a4dda53686
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ bool ARMConstantIslands::runOnMachineFunction(MachineFunction &MF) {
/// Remove dead constant pool entries.
RemoveUnusedCPEntries();
MadeChange |= RemoveUnusedCPEntries();
// Iteratively place constant pool entries and fix up branches until there
// is no change.