Fix 64-bit addition in prologue.
authorAndrew Stubbs <ams@codesourcery.com>
Fri, 24 May 2019 11:06:18 +0000 (11:06 +0000)
committerAndrew Stubbs <ams@gcc.gnu.org>
Fri, 24 May 2019 11:06:18 +0000 (11:06 +0000)
commit3258c2d6fb886798b320b33b832ee5747f7c0de8
treecfde6ac2e4dc106f27a3d8cedb2e3d0bc16e077e
parent1ec77eedd529f81b1dc99cda9818f1ef9e952b96
Fix 64-bit addition in prologue.

2019-05-24  Andrew Stubbs  <ams@codesourcery.com>

gcc/
* config/gcn/gcn.c (gcn_expand_prologue): Use gen_addsi3_scalar_carry
for lo-part.

From-SVN: r271600
gcc/ChangeLog
gcc/config/gcn/gcn.c