isl_seq_normalize: use pre-allocated temporary variable in isl_ctx
[platform/upstream/isl.git] / include / isl_ctx.h.in
index 9168ff3..780ec36 100644 (file)
@@ -50,6 +50,8 @@ struct isl_ctx {
        isl_int                 one;
        isl_int                 negone;
 
+       isl_int                 normalize_gcd;
+
        int                     n_cached;
        struct isl_blk          cache[ISL_BLK_CACHE_SIZE];
        struct isl_hash_table   name_hash;