Minor cleanup to allocate_dynamic_stack_space
authorDominik Vogt <vogt@linux.vnet.ibm.com>
Mon, 4 Jul 2016 14:21:06 +0000 (14:21 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Mon, 4 Jul 2016 14:21:06 +0000 (14:21 +0000)
commit4fc0c9c844bcc61de8642f9a31c0144c15d9f822
tree13db14e194b43a4ed58ffd604ef152425490230f
parent430bb38e4b1cdc41d52d85324dac4bba9deeb23e
Minor cleanup to allocate_dynamic_stack_space

gcc/ChangeLog:

2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
    Jeff Law  <law@redhat.com>

* explow.c (allocate_dynamic_stack_space): Simplify knowing that
MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.

Co-Authored-By: Jeff Law <law@redhat.com>
From-SVN: r237983
gcc/ChangeLog
gcc/explow.c