2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-23 14:11:05 +08:00

ia64.md (divsi3, udivsi3): Remove unused variable twon34_r.

* config/ia64/ia64.md (divsi3, udivsi3): Remove unused variable
	twon34_r.

From-SVN: r79251
This commit is contained in:
Andreas Schwab 2004-03-10 12:34:43 +00:00 committed by Andreas Schwab
parent 52ddaf41bf
commit 5f1b206864
2 changed files with 5 additions and 2 deletions
gcc
ChangeLog
config/ia64

@ -1,3 +1,8 @@
2004-03-10 Andreas Schwab <schwab@suse.de>
* config/ia64/ia64.md (divsi3, udivsi3): Remove unused variable
twon34_r.
2004-03-09 James E Wilson <wilson@specifixinc.com>
* alias.c (alias_sets_might_conflict_p): New.

@ -1841,7 +1841,6 @@
"TARGET_INLINE_INT_DIV"
{
rtx op1_xf, op2_xf, op0_xf, op0_di, twon34, twon34_exp;
REAL_VALUE_TYPE twon34_r;
op0_xf = gen_reg_rtx (XFmode);
op0_di = gen_reg_rtx (DImode);
@ -1899,7 +1898,6 @@
"TARGET_INLINE_INT_DIV"
{
rtx op1_xf, op2_xf, op0_xf, op0_di, twon34, twon34_exp;
REAL_VALUE_TYPE twon34_r;
op0_xf = gen_reg_rtx (XFmode);
op0_di = gen_reg_rtx (DImode);