isl_scheduler.c: extract_var_coef: drop comment on order of coefficients
commit4d376c9bd170fccd9cf1e97dbf7ff8d66f7ccfea
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 8 May 2017 10:56:12 +0000 (8 12:56 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 25 May 2017 14:13:31 +0000 (25 16:13 +0200)
tree8559a382704f71ef24d654d451f3cede979c63c4
parent41c92f5182752aa1e56951d605b6f24ca3d102d2
isl_scheduler.c: extract_var_coef: drop comment on order of coefficients

Since extract_var_coef was changed to use node_var_coef_offset
in commit 9d37bf8f33 (isl_scheduler.c: extract out shared
node_var_coef_offset, Fri Apr 15 15:31:16 2016 +0200), the function
extract_var_coef itself no longer needs to care about
the order of the coefficients.
Remove the comment because the order will change in an upcoming commit.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_scheduler.c