OSDN Git Service

Do not compute twice type, lb, and ub.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jul 2011 22:56:40 +0000 (22:56 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jul 2011 22:56:40 +0000 (22:56 +0000)
commit35048891a98dedd2a023d0957dc1650122b3adf1
treed4093aec7c9e900830381cdcf5cbeb7019df2a10
parent9f6fd65f08b832849e7bea06af55f44c9b988641
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176597 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-clast-to-gimple.c