]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not compute twice type, lb, and ub.
authorSebastian Pop <sebastian.pop@amd.com>
Thu, 21 Jul 2011 22:56:40 +0000 (22:56 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 21 Jul 2011 22:56:40 +0000 (22:56 +0000)
commit6e6568dbf5230328f4c758638e7664e2ffbcc8bb
treed4093aec7c9e900830381cdcf5cbeb7019df2a10
parentdff62090a4dba1991b7cb7d8af42e92ead0f84b4
Do not compute twice type, lb, and ub.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (graphite_create_new_loop): Do not
recompute type, lb, and ub.  Get them from...
(graphite_create_new_loop_guard): ...here.  Pass in parameter
pointers to type, lb, and ub.
(translate_clast_for_loop): Update function calls.
(translate_clast_for): Same.

From-SVN: r176597
gcc/ChangeLog
gcc/graphite-clast-to-gimple.c