Re: [PATCH][GRAPHITE] Abstract away codegen_error setting

2017-09-29 Thread Sebastian Pop
On Fri, Sep 29, 2017 at 3:52 AM, Richard Biener wrote: > > This moves it to a function to make it easy to enable ICEin on them > in one place. > > Bootstrapped / tested on x86_64-unknown-linux-gnu, applied. > > Richard. > > 2017-09-29 Richard Biener > > * graphite-isl-ast-to-gimple.c >

[PATCH][GRAPHITE] Abstract away codegen_error setting

2017-09-29 Thread Richard Biener
This moves it to a function to make it easy to enable ICEin on them in one place. Bootstrapped / tested on x86_64-unknown-linux-gnu, applied. Richard. 2017-09-29 Richard Biener * graphite-isl-ast-to-gimple.c (translate_isl_ast_to_gimple::set_codegen_error): New function.