Commit 93b47b19 by Mark Mitchell Committed by Mark Mitchell

* optabs.c (expand_binop): Initialize first_pass_p.

From-SVN: r104798
parent df4b9cfe
2005-09-29 Mark Mitchell <mark@codesourcery.com>
* optabs.c (expand_binop): Initialize first_pass_p.
2005-09-29 Jakub Jelinek <jakub@redhat.com>
PR middle-end/24109
......
......@@ -1027,7 +1027,7 @@ expand_binop (enum machine_mode mode, optab binoptab, rtx op0, rtx op1,
|| binoptab->code == ROTATERT);
rtx entry_last = get_last_insn ();
rtx last;
bool first_pass_p;
bool first_pass_p = true;
class = GET_MODE_CLASS (mode);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment