diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-09 22:09:28 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-09 22:09:28 +0000 |
commit | d3746d81d30c25b70814cadba87061c994f4043e (patch) | |
tree | d84c1a8d9648f7dcd505bd39e0953b1994054393 /gcc/graphite-poly.h | |
parent | 827c9a9ee6cd1366ee336eb9f48a6b0fa70e7e16 (diff) | |
download | gcc-d3746d81d30c25b70814cadba87061c994f4043e.tar.gz |
Fix comments and indentation.
2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160508 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r-- | gcc/graphite-poly.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 8ab24f9022c..5f858ebaad5 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) { |