isl_coalesce.c: drop "inline" hint from isl_max
commit0aee129d45819e064e92eec150b4fab08b17f21b
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Jun 2015 13:04:28 +0000 (15 15:04 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 17 Jun 2015 08:31:30 +0000 (17 10:31 +0200)
treef1bd1c0c1fab2c4fa2e2345d240e92e8ff7621ea
parentb93712e43103ff4fd7be95767ed27bc3321c62dc
isl_coalesce.c: drop "inline" hint from isl_max

Visual Studio 2013 does not support "inline", but requires "__inline" instead.
Since isl_max is not performance critical and since the compiler
should be able to figure out that it can be inlined, simply
drop the hint instead of adding machinery to figure out whether to use
"inline" or "__inline".

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_coalesce.c