Commit 5f1b2068 by Andreas Schwab Committed by Andreas Schwab

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

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

From-SVN: r79251
parent 52ddaf41
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> 2004-03-09 James E Wilson <wilson@specifixinc.com>
* alias.c (alias_sets_might_conflict_p): New. * alias.c (alias_sets_might_conflict_p): New.
......
...@@ -1841,7 +1841,6 @@ ...@@ -1841,7 +1841,6 @@
"TARGET_INLINE_INT_DIV" "TARGET_INLINE_INT_DIV"
{ {
rtx op1_xf, op2_xf, op0_xf, op0_di, twon34, twon34_exp; rtx op1_xf, op2_xf, op0_xf, op0_di, twon34, twon34_exp;
REAL_VALUE_TYPE twon34_r;
op0_xf = gen_reg_rtx (XFmode); op0_xf = gen_reg_rtx (XFmode);
op0_di = gen_reg_rtx (DImode); op0_di = gen_reg_rtx (DImode);
...@@ -1899,7 +1898,6 @@ ...@@ -1899,7 +1898,6 @@
"TARGET_INLINE_INT_DIV" "TARGET_INLINE_INT_DIV"
{ {
rtx op1_xf, op2_xf, op0_xf, op0_di, twon34, twon34_exp; rtx op1_xf, op2_xf, op0_xf, op0_di, twon34, twon34_exp;
REAL_VALUE_TYPE twon34_r;
op0_xf = gen_reg_rtx (XFmode); op0_xf = gen_reg_rtx (XFmode);
op0_di = gen_reg_rtx (DImode); op0_di = gen_reg_rtx (DImode);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment