mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 14:19:15 +08:00
Fix PR45758: reset scevs before Graphite.
2010-09-24 Sebastian Pop <sebastian.pop@amd.com> PR middle-end/45758 * graphite.c (graphite_initialize): Call scev_reset. From-SVN: r164813
This commit is contained in:
parent
8ba78f92f2
commit
cdb9802c64
@ -1,3 +1,8 @@
|
||||
2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
|
||||
|
||||
PR middle-end/45758
|
||||
* graphite.c (graphite_initialize): Call scev_reset.
|
||||
|
||||
2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
|
||||
|
||||
* sese.h (scev_analyzable_p): Return false for real or floating
|
||||
|
@ -1,3 +1,8 @@
|
||||
2010-09-24 Sebastian Pop <sebastian.pop@amd.com>
|
||||
|
||||
PR middle-end/45758
|
||||
* graphite.c (graphite_initialize): Call scev_reset.
|
||||
|
||||
2010-09-23 Sebastian Pop <sebastian.pop@amd.com>
|
||||
|
||||
* sese.h (scev_analyzable_p): Return false for real or floating
|
||||
|
@ -214,6 +214,7 @@ graphite_initialize (void)
|
||||
return false;
|
||||
}
|
||||
|
||||
scev_reset ();
|
||||
recompute_all_dominators ();
|
||||
initialize_original_copy_tables ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user