aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-09-29 21:50:55 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2005-09-29 21:50:55 +0000
commit93b47b19c5caa8951cb7acb46774c0027508bc26 (patch)
tree924600ece5cd997f4112bcb0eac6e868630bdacc /gcc/optabs.c
parentdf4b9cfe50b434e67e4d47f7725aa8e37f778e50 (diff)
downloadgcc-93b47b19c5caa8951cb7acb46774c0027508bc26.zip
gcc-93b47b19c5caa8951cb7acb46774c0027508bc26.tar.gz
gcc-93b47b19c5caa8951cb7acb46774c0027508bc26.tar.bz2
* optabs.c (expand_binop): Initialize first_pass_p.
From-SVN: r104798
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 70cf2b4..c043bb0 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -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);