From 072edf0751a79b7e49d2d5834cf2e097ce51ed19 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Wed, 9 Jun 2010 22:09:28 +0000 Subject: Fix comments and indentation. 2010-06-09 Sebastian Pop * graphite-poly.h: Fix comments and indentation. * graphite-sese-to-poly.c: Same. (build_sese_conditions_before): Compute stmt and gbb only when needed. * tree-chrec.c: Fix comments and indentation. (tree-ssa-loop-niter.c): Same. From-SVN: r160508 --- gcc/graphite-poly.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/graphite-poly.h') diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 8ab24f9..5f858eb 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -388,6 +388,7 @@ number_of_write_pdrs (poly_bb_p pbb) } /* The basic block of the PBB. */ + static inline basic_block pbb_bb (poly_bb_p pbb) { -- cgit v1.1