forked from OSchip/llvm-project
RemoveUnusedCPEntries can change things. Track it.
llvm-svn: 122129
This commit is contained in:
parent
5c844d51c8
commit
a4dda53686
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue