From df8b713c8c5106dcbf278225b051592a74d914e9 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 19 Sep 1994 20:25:22 -0400 Subject: [PATCH] (load sf with update): Fix RTL typo. From-SVN: r8094 --- gcc/config/rs6000/rs6000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index c8148776d31..eef99541353 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -4391,7 +4391,7 @@ (define_insn "" [(set (match_operand:SF 3 "gpc_reg_operand" "=f,f") - (mem:SI (plus:SI (match_operand:SI 1 "gpc_reg_operand" "0,0") + (mem:SF (plus:SI (match_operand:SI 1 "gpc_reg_operand" "0,0") (match_operand:SI 2 "reg_or_short_operand" "r,I")))) (set (match_operand:SI 0 "gpc_reg_operand" "=b,b") (plus:SI (match_dup 1) (match_dup 2)))] -- 2.30.2