]> gcc.gnu.org Git - gcc.git/commit
flow.c (mark_set_1, [...]): Now case; rework to allow entry to be EXPR_LIST.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Thu, 18 Jan 2001 13:14:34 +0000 (13:14 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 18 Jan 2001 13:14:34 +0000 (08:14 -0500)
commit90d036a050b8443c93a32fc31480e7afefad088f
treea7cc3b76930fd2143f70721950dcf585e13f0528
parent8eeb855e2b6b8cc1aea7df5dcd0e0856897668a2
flow.c (mark_set_1, [...]): Now case; rework to allow entry to be EXPR_LIST.

* flow.c (mark_set_1, case PARALLEL): Now case; rework to allow
entry to be EXPR_LIST.
* rtlanal.c (reg_overlap_mentioned_p): Allow PARALLEL in SET to
be an EXPR_LIST (but not null, which other code doesn't allow).
(note_stores): Properly handle PARALLEL in SET.
Recursively call for top-level PARALLEL.
* sched-deps.c (sched_analyze_1): Handle EXPR_LIST in PARALLEL in SET.
* sched-rgn.c (check_live_1, update_live_1): Likewise.

From-SVN: r39118
gcc/ChangeLog
gcc/flow.c
gcc/rtlanal.c
gcc/sched-deps.c
gcc/sched-rgn.c
This page took 0.055822 seconds and 5 git commands to generate.