]> git.ipfire.org Git - thirdparty/gcc.git/commit
Attach MEM_EXPR information when flushing BLKmode args to the stack - V2
authorJeff Law <jlaw@localhost.localdomain>
Tue, 20 Jul 2021 18:49:54 +0000 (14:49 -0400)
committerJeff Law <jlaw@localhost.localdomain>
Tue, 20 Jul 2021 18:54:15 +0000 (14:54 -0400)
commit818203714e8640ce29c886b5060c91b12ad3a7c4
treebf81c792f451ff976e0b753e7c7bf568b48b85c2
parent00dcc88a0ed7bd148ea86d900b6c93574a2e1f26
Attach MEM_EXPR information when flushing BLKmode args to the stack - V2

gcc/
* function.c (assign_parm_setup_block): Use adjust_address instead
of change_address to preserve MEM_EXPR and friends.
gcc/function.c