expmed.c (emit_store_flag): Extract updated comparison code from the return value...
authorJeff Law <law@redhat.com>
Mon, 17 Dec 2001 21:20:03 +0000 (14:20 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 17 Dec 2001 21:20:03 +0000 (14:20 -0700)
commit8f08e8c0109982010936ca486b0a7ef7a3d8bd88
tree21dbd2506dad7faa36fe6f8c9cd2635d13b7b777
parent79503fdd334db52e65b8550cce54031eadda249a
expmed.c (emit_store_flag): Extract updated comparison code from the return value of compare_from_rtx.

        * expmed.c (emit_store_flag): Extract updated comparison code
        from the return value of compare_from_rtx.
        * expr.c (do_store_flag): Similarly.

From-SVN: r48128
gcc/ChangeLog
gcc/expmed.c
gcc/expr.c