]> git.ipfire.org Git - thirdparty/gcc.git/commit
Minor cleanup to allocate_dynamic_stack_space
authorkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jul 2016 14:21:06 +0000 (14:21 +0000)
committerkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jul 2016 14:21:06 +0000 (14:21 +0000)
commitf6f39f8a4213cb51cda82e0bba8a7bc48abf993d
tree13db14e194b43a4ed58ffd604ef152425490230f
parent6125d36e20e2e67352407e309fe547a17d74c800
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237983 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/explow.c