alpha.c (alpha_emit_set_long_const): Remove c1 argument.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 13 May 2015 15:02:26 +0000 (17:02 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 13 May 2015 15:02:26 +0000 (17:02 +0200)
commitda80c6b81f6162937acea26d014063f772ae1305
treeae62b49a87c6b8fc4ee99126db19e0786fa6f60e
parent1ece8d4c77cb51f2ac719e7d5cdec740796c67b0
alpha.c (alpha_emit_set_long_const): Remove c1 argument.

* config/alpha/alpha.c (alpha_emit_set_long_const): Remove c1 argument.
(alpha_extract_integer): Redeclare as static HOST_WIDE_INT.
Remove *p0 and *p1 arguments.  Rewrite function.
(alpha_legitimate_constant_p): Update call to alpha_extract_integer.
(alpha_split_const_mov): Update calls to alpha_extract_integer and
alpha_emit_set_long_const.
(alpha_expand_epilogue): Update calls to alpha_emit_set_long_const.
(alpha_output_mi_thunk_osf): Ditto.
* config/alpha/alpha.md (movti): Do not check operands[1]
for CONST_DOUBLE.

From-SVN: r223166
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.md