commit | cd080249fc249a51d8b0021a651d8b9d4a4977e0 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Sat Dec 18 01:53:06 2010 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Sat Dec 18 01:53:06 2010 +0000 |
tree | 6277fe549c44378ae7073e1012fb06143b5d798d | |
parent | a5ff979c114a658c69fddd065d702a13c40f6ae1 [diff] [blame] |
RemoveUnusedCPEntries can change things. Track it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122129 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp index 126078a..8c7ce90 100644 --- a/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -327,7 +327,7 @@ /// Remove dead constant pool entries. - RemoveUnusedCPEntries(); + MadeChange |= RemoveUnusedCPEntries(); // Iteratively place constant pool entries and fix up branches until there // is no change.