Commit 4de5c5d3 by Andreas Tobler

tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.

2007-04-06  Andreas Tobler  <a.tobler@schweiz.org>

        * tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.

From-SVN: r123628
parent a344e3cb
2007-04-06 Andreas Tobler <a.tobler@schweiz.org>
* tree-sra.c (sra_build_elt_assignment): Initialize min/maxshift.
2007-04-06 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (extend<mode>xf2): Rename from extendsfxf2
......@@ -19,6 +23,7 @@
mode macro.
(*truncxf?f_i387 splitter): Ditto.
>>>>>>> .r123627
2007-04-06 Daniel Berlin <dberlin@dberlin.org>
* langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
......
......@@ -2056,7 +2056,7 @@ sra_build_elt_assignment (struct sra_elt *elt, tree src)
tree var, type, tmp, tmp2, tmp3;
tree list, stmt;
tree cst, cst2, mask;
tree minshift, maxshift;
tree minshift = NULL, maxshift = NULL;
if (TREE_CODE (dst) != BIT_FIELD_REF
|| !elt->in_bitfld_block)
......
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