summaryrefslogtreecommitdiff
path: root/gcc/ipa-structure-reorg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-structure-reorg.c')
-rw-r--r--gcc/ipa-structure-reorg.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ipa-structure-reorg.c b/gcc/ipa-structure-reorg.c
index 603d160349b..10e092b664d 100644
--- a/gcc/ipa-structure-reorg.c
+++ b/gcc/ipa-structure-reorg.c
@@ -113,10 +113,7 @@ ipa_structure_reorg (void)
str_reorg_dead_field_eliminate (&info);
}
- if (!reorg_analysis (&info))
- {
- return true;
- }
+ return true;
if (reorg_qualification (&info))
{