2015-11-04 Tom de Vries <tom@codesourcery.com>
* tree-ssa-structalias.c (create_variable_info_for_1): Use decl_type
variable.
From-SVN: r229754
+2015-11-04 Tom de Vries <tom@codesourcery.com>
+
+ * tree-ssa-structalias.c (create_variable_info_for_1): Use decl_type
+ variable.
+
2015-11-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* config/arm/coff.h: Remove.
vi->fullsize = tree_to_uhwi (declsize);
vi->size = vi->fullsize;
vi->is_full_var = true;
- if (POINTER_TYPE_P (TREE_TYPE (decl))
- && TYPE_RESTRICT (TREE_TYPE (decl)))
+ if (POINTER_TYPE_P (decl_type)
+ && TYPE_RESTRICT (decl_type))
vi->only_restrict_pointers = 1;
fieldstack.release ();
return vi;