Author: rsandifo
Date: Fri Nov 11 17:20:14 2016
New Revision: 242215
URL: https://gcc.gnu.org/viewcvs?rev=242215&root=gcc&view=rev
Log:
Fix unguarded uses of tree_to_uhwi
This patch uses tree_fits_uhwi_p to protect a previously unguarded
use of tree_to_uhwi.
Modified:
branches/ARM/sve-branch/gcc/tree.c