cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type) instead of TYPE_...
authorJakub Jelinek <jakub@redhat.com>
Mon, 11 Jul 2005 07:31:08 +0000 (09:31 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 11 Jul 2005 07:31:08 +0000 (09:31 +0200)
commit15362b89f0016748c7c060b46280d5373e43e4f7
treeaa4aa509495eee4f3892001802de1ed8b407abf3
parentb1b0d9aceca14ac6f15e5c0f6a78c8c77c1562b7
cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type) instead of TYPE_MAX_VALUE (TYPE_DOMAIN (type)) to get...

* cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)
instead of TYPE_MAX_VALUE (TYPE_DOMAIN (type)) to get array size in
bytes.

From-SVN: r101864
gcc/ChangeLog
gcc/cfgexpand.c