===================================================================
@@ -644,15 +644,6 @@
gcc_unreachable ();
}
-DEBUG_FUNCTION void
-print_matches (struct simplify *s, FILE *f = stderr)
-{
- fprintf (f, "for expression: ");
- print_operand (s->match, f);
- putc ('\n', f);
-}
-
-
/* AST lowering. */
/* Lowering of commutative operators. */
@@ -3672,7 +3663,7 @@
if (verbose)
for (unsigned i = 0; i < pred->matchers.length (); ++i)
- print_matches (pred->matchers[i]);
+ print_operand (pred->matchers[i]->match);
decision_tree dt;
for (unsigned i = 0; i < pred->matchers.length (); ++i)
@@ -3689,7 +3680,7 @@
if (verbose)
for (unsigned i = 0; i < p.simplifiers.length (); ++i)
- print_matches (p.simplifiers[i]);
+ print_operand (p.simplifiers[i]->match);
decision_tree dt;
for (unsigned i = 0; i < p.simplifiers.length (); ++i)