]> git.ipfire.org Git - thirdparty/gcc.git/commit
outline functions from stmt_simple_for_scop_p
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Oct 2015 15:28:23 +0000 (15:28 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Oct 2015 15:28:23 +0000 (15:28 +0000)
commit29663955023f1c41cb558f0d4c0f5815a9510652
tree9a745a7d1b9f2cec69266d0c26f27df8edf69f82
parent767110dd1458b06ba1f2b5d60cbcfaea37e0e577
outline functions from stmt_simple_for_scop_p

Outlined functions from stmt_simple_for_scop_p. No functional changes intended.
Passes regtest and bootstrap.

gcc/ChangeLog:

2015-10-01  Aditya Kumar  <hiraditya@msn.com>

        * graphite-scop-detection.c (stmt_has_side_effects): New function
          outlined from stmt_simple_for_scop_p.
        (graphite_can_represent_stmt): Same.
        (stmt_simple_for_scop_p): Moved code out of this function for better
        readability.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228400 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-scop-detection.c