mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 09:10:48 +08:00
SMS: Add use-def chain problem
From-SVN: r129721
This commit is contained in:
parent
640670c7f4
commit
22c7e1461a
@ -1,3 +1,7 @@
|
||||
2007-10-29 Revital Eres <eres@il.ibm.com>
|
||||
|
||||
* modulo-sched.c (sms_schedule): Add DF_UD_CHAIN problem.
|
||||
|
||||
2007-10-29 Razya Ladelsky
|
||||
|
||||
Automatic parallelization reduction tests.
|
||||
|
@ -902,7 +902,7 @@ sms_schedule (void)
|
||||
df_set_flags (DF_LR_RUN_DCE);
|
||||
df_rd_add_problem ();
|
||||
df_note_add_problem ();
|
||||
df_chain_add_problem (DF_DU_CHAIN);
|
||||
df_chain_add_problem (DF_DU_CHAIN + DF_UD_CHAIN);
|
||||
df_analyze ();
|
||||
regstat_compute_calls_crossed ();
|
||||
sched_init ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user