diff options
Diffstat (limited to 'gcc/genmatch.c')
-rw-r--r-- | gcc/genmatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genmatch.c b/gcc/genmatch.c index b14034d..41951c5 100644 --- a/gcc/genmatch.c +++ b/gcc/genmatch.c @@ -2701,7 +2701,7 @@ dt_operand::gen_gimple_expr (FILE *f, int indent) gen_opname (child_opname0, 0); gen_opname (child_opname1, 1); fprintf_indent (f, indent, - "if (tree_swap_operands_p (%s, %s, false))\n", + "if (tree_swap_operands_p (%s, %s))\n", child_opname0, child_opname1); fprintf_indent (f, indent, " std::swap (%s, %s);\n", |