summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-14 05:16:40 +0000
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-14 05:16:40 +0000
commitc17b0569226bd975e9ae6b47682fd6ad561987f9 (patch)
treeac17f2af826505cc0f6adac4e5e179e7aadc87b6 /gcc
parent902f099a024e7e31914b14a5745e3307199a4128 (diff)
downloadgcc-c17b0569226bd975e9ae6b47682fd6ad561987f9.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@476 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/rs6000.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 167363bdd2f..09da0b7ebb8 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -268,8 +268,6 @@
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]
@@ -2779,7 +2777,7 @@
;; 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.