Commit 0bfdfbf6 by Sebastian Pop Committed by Sebastian Pop

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
parent 82b33628
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment