(expand_expr...
authorRichard Stallman <rms@gnu.org>
Thu, 1 Jul 1993 05:17:45 +0000 (05:17 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 1 Jul 1993 05:17:45 +0000 (05:17 +0000)
commitc980ac4985328f6d96826091d278d5d0d3389684
tree329841782696fb90ef1b021b4d1480760ef4b452
parentc62d2a9cfb45e31199914e5848976be795ae6e5b
(expand_expr...

(expand_expr, case PLUS_EXPR): In the special case
to return sym+integer as an expression, limit it to when
the non-CONST_INT arg is at least a constant.

(expand_increment): Do preinc with single insn if there's such an insn.

(store_field): Store unaligned field with bit field methods.

From-SVN: r4810
gcc/expr.c