aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ipa-prop.c2
-rw-r--r--gcc/testsuite/gcc.dg/ipa/remref-6.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c
index 0afd05e..1c69d97 100644
--- a/gcc/ipa-prop.c
+++ b/gcc/ipa-prop.c
@@ -4204,7 +4204,7 @@ propagate_controlled_uses (struct cgraph_edge *cs)
new_root->create_reference (n, IPA_REF_LOAD, NULL);
if (dump_file)
fprintf (dump_file, "ipa-prop: ...replaced it with "
- " LOAD one from %s to %s.\n",
+ "LOAD one from %s to %s.\n",
new_root->dump_name (), n->dump_name ());
}
diff --git a/gcc/testsuite/gcc.dg/ipa/remref-6.c b/gcc/testsuite/gcc.dg/ipa/remref-6.c
index de36493..7deae31 100644
--- a/gcc/testsuite/gcc.dg/ipa/remref-6.c
+++ b/gcc/testsuite/gcc.dg/ipa/remref-6.c
@@ -1,5 +1,5 @@
/* { dg-do compile } */
-/* { dg-options "-O2 -fno-early-inlining -fno-ipa-cp -fdump-tree-optimized" } */
+/* { dg-options "-O2 -fno-early-inlining -fno-ipa-cp -fdump-ipa-inline -fdump-tree-optimized" } */
static double global = 0.0;