pet_inliner::assign: drop redundant QualType argument
commitf650b0bfdf659493ddd34d81d8c6d9a77aac62dd
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 9 Mar 2017 09:36:18 +0000 (9 10:36 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 9 Mar 2017 09:36:18 +0000 (9 10:36 +0100)
tree080443c76719755728e1e36ec668d12fbc89ecb5
parent9d0da09f045bb9163224074dd2222bdca2f3bf03
pet_inliner::assign: drop redundant QualType argument

The type of the expression is available from the isl_id.
Since the previous commit, the type is effectively extracted from
the isl_id, so there is no longer any need to pass it in separately.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
inliner.cc
inliner.h