isl_basic_map_make_strides_explicit: move down isl_basic_map_get_ctx call
[isl.git] / isl_pw_sub_templ.c
blob34107948f7789f64ffe511a29e9738e4f1108043
1 /*
2 * Copyright 2010 INRIA Saclay
4 * Use of this software is governed by the MIT license
6 * Written by Sven Verdoolaege, INRIA Saclay - Ile-de-France,
7 * Parc Club Orsay Universite, ZAC des vignes, 4 rue Jacques Monod,
8 * 91893 Orsay, France
9 */
11 #include <isl_pw_macro.h>
13 __isl_give PW *FN(PW,sub)(__isl_take PW *pw1, __isl_take PW *pw2)
15 return FN(PW,add)(pw1, FN(PW,neg)(pw2));