Fix 0 != CODE_FOR_nothing thinko
authorRichard Henderson <rth@redhat.com>
Thu, 19 Jul 2012 18:53:20 +0000 (11:53 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 19 Jul 2012 18:53:20 +0000 (11:53 -0700)
commitdee54b6eb05fb873147a6a6c6156b23f4e322214
tree7c4d1ae7f8cde8bfd2a09299f13e05bb8dba41ec
parent99091b70396fb846ec17a996a658516707ddfef9
Fix 0 != CODE_FOR_nothing thinko

        * expr.c (store_constructor): Initialize icode with CODE_FOR_nothing.
        * tree-vect-stmts.c (vectorizable_operation): Use LAST_INSN_CODE for
        dummy != CODE_FOR_nothing value.

From-SVN: r189672
gcc/ChangeLog
gcc/expr.c
gcc/tree-vect-stmts.c