add an upper limit on the number of array references
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Oct 2015 21:18:17 +0000 (21:18 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Oct 2015 21:18:17 +0000 (21:18 +0000)
commit84e9670514d751c49ea70db115f9d8ef8d2aa934
treed69a131c4e1ebc4d17844685161bbfde2a5cd128
parent92a110bb708fa82e2520c5fc5187a8c748dad06e
add an upper limit on the number of array references

* graphite-scop-detection.c (build_scops): Do not handle scops with more
than PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP arrays.
* params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP): New.

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