ia64.md (divsi3, udivsi3): Remove unused variable twon34_r.
authorAndreas Schwab <schwab@suse.de>
Wed, 10 Mar 2004 12:34:43 +0000 (12:34 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Wed, 10 Mar 2004 12:34:43 +0000 (12:34 +0000)
* config/ia64/ia64.md (divsi3, udivsi3): Remove unused variable
twon34_r.

From-SVN: r79251

gcc/ChangeLog
gcc/config/ia64/ia64.md

index 6016aaa..a42379a 100644 (file)
@@ -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.
index c12c8f3..8785704 100644 (file)
   "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);
   "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);