i386.c (ix86_in_large_data_p, [...]): Use VAR_P (x) instead of TREE_CODE (x) == VAR_DECL.
authorJakub Jelinek <jakub@redhat.com>
Mon, 24 Oct 2016 16:04:37 +0000 (18:04 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 24 Oct 2016 16:04:37 +0000 (18:04 +0200)
commit4467029544b6d28433b81e91309d3b67c7cc4a7b
treea6aee3366107ba5688ce78bf7e5707a862a5156c
parent86287716e8edba8da03305250e02e23eedc0d754
i386.c (ix86_in_large_data_p, [...]): Use VAR_P (x) instead of TREE_CODE (x) == VAR_DECL.

* config/i386/i386.c (ix86_in_large_data_p, ix86_expand_builtin): Use
VAR_P (x) instead of TREE_CODE (x) == VAR_DECL.

From-SVN: r241481
gcc/ChangeLog
gcc/config/i386/i386.c