mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 00:40:43 +08:00
* optabs.c (expand_binop): Initialize first_pass_p.
From-SVN: r104798
This commit is contained in:
parent
df4b9cfe50
commit
93b47b19c5
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user