* optabs.c (expand_binop): Initialize first_pass_p.

From-SVN: r104798
This commit is contained in:
Mark Mitchell 2005-09-29 21:50:55 +00:00 committed by Mark Mitchell
parent df4b9cfe50
commit 93b47b19c5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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);