tree-scalar-evolution.c (set_instantiated_value): Set instantiated_below.
2008-09-12 Sebastian Pop <sebastian.pop@amd.com> * tree-scalar-evolution.c (set_instantiated_value): Set instantiated_below. From-SVN: r140326
This commit is contained in:
parent
82b336287a
commit
0bfdfbf659
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-09-12 Sebastian Pop <sebastian.pop@amd.com>
|
||||
|
||||
* tree-scalar-evolution.c (set_instantiated_value): Set instantiated_below.
|
||||
|
||||
2008-09-12 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
PR rtl-opt/37377
|
||||
|
|
|
@ -1962,6 +1962,7 @@ set_instantiated_value (htab_t cache, basic_block instantiated_below,
|
|||
PTR *slot;
|
||||
|
||||
pattern.var = version;
|
||||
pattern.instantiated_below = instantiated_below;
|
||||
slot = htab_find_slot (cache, &pattern, INSERT);
|
||||
|
||||
if (!*slot)
|
||||
|
|
Loading…
Add table
Reference in a new issue