Skip to content

Commit

Permalink
Set isl to abort on error
Browse files Browse the repository at this point in the history
Tobias Grosser  <tobias@grosser.es>
  • Loading branch information
tobiasgrosser committed Feb 6, 2012
1 parent 0fa3593 commit 3408f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcc/graphite.c
Expand Up @@ -38,6 +38,7 @@ along with GCC; see the file COPYING3. If not see
#ifdef HAVE_cloog
#include <isl/set.h>
#include <isl/map.h>
#include <isl/options.h>
#include <isl/union_map.h>
#include <cloog/cloog.h>
#include <cloog/isl/domain.h>
Expand Down Expand Up @@ -263,6 +264,7 @@ graphite_transform_loops (void)
VEC (scop_p, heap) *scops = NULL;
htab_t bb_pbb_mapping;
isl_ctx *ctx = isl_ctx_alloc ();
isl_options_set_on_error(ctx, ISL_ON_ERROR_ABORT);

if (!graphite_initialize (ctx))
return;
Expand Down

0 comments on commit 3408f79

Please sign in to comment.