isl_dim_drop: fix botched up rename of parameter
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 21 May 2011 19:51:22 +0000 (21:51 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2011 12:09:00 +0000 (14:09 +0200)
commit40032da5e2918cfb197f758f1621a630d2205510
treeaf28aac0e637f8d20decff8b3e66f2eb0dceb2f6
parentfa8c632f2bfd38e763e2557773e7150b2b9d92ca
isl_dim_drop: fix botched up rename of parameter

07889cd (add isl_basic_map_remove, Wed Feb 18 13:42:55 2009 +0100) renamed
the "n" argument of isl_dim_drop to "num", but forgot one instance.
The mistake was harmless, but it made the (minor) optimization
ineffective.

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