rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Fri, 19 Jan 2001 18:28:58 +0000 (18:28 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 19 Jan 2001 18:28:58 +0000 (13:28 -0500)
commit7193d1dc3d0359e9f3257d3b75d5050fa73187b3
tree086e54d82c89c2d5ce11a4c14e8e7c5454d17972
parent79b9ec0ddb066613d4bf6a64b12eb45ea8fdcd95
rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.

* rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.
* flow.c (mark_set_1, case PARALLEL): Don't require BLKmode, allow
element to be null, and always expect an EXPR_LIST.
* rtlanal.c (reg_overlap_mentioned_p, note_stores): Likewise.
* sched-deps.c (sched_analyze_1): Likewise.
* sched-rgn.c (check_live_1, update_live_1): Likewise.

From-SVN: r39141
gcc/ChangeLog
gcc/flow.c
gcc/rtl.texi
gcc/rtlanal.c
gcc/sched-deps.c
gcc/sched-rgn.c