*** empty log message ***
authorCharles Hannum <mycroft@gnu.org>
Sat, 14 Mar 1992 05:16:40 +0000 (05:16 +0000)
committerCharles Hannum <mycroft@gnu.org>
Sat, 14 Mar 1992 05:16:40 +0000 (05:16 +0000)
From-SVN: r476

gcc/config/rs6000/rs6000.md

index 167363bdd2fc754e9739b126b5dfee2549e9a9ee..09da0b7ebb8298740ef2f93b52fab11aaba5c917 100644 (file)
                             negate_rtx (SImode, operands[2])));
       DONE;
     }
-  else
-    operands[2] = force_reg (SImode, operands[2]);
 }")
 
 ;; For SMIN, SMAX, UMIN, and UMAX, we use DEFINE_EXPAND's that involve a doz[i]
 ;; Next come insns related to the calling sequence.
 ;;
 ;; First, an insn to allocate new stack space for dynamic use (e.g., alloca).
-;; We move the back-chain and decremement the stack pointer.  This is slightly
+;; We move the back-chain and decrement the stack pointer.  This is slightly
 ;; less efficient than it needs to be for long constants, but that case
 ;; should be rare.