From: John David Anglin Date: Fri, 15 Nov 2024 16:05:58 +0000 (-0500) Subject: hppa: Fix typos in 32-bit SFmode peephole2 patterns X-Git-Tag: releases/gcc-14.3.0~867 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=878b3354859ace887c0613fda6b79e96d6d5024b;p=thirdparty%2Fgcc.git hppa: Fix typos in 32-bit SFmode peephole2 patterns 2024-11-15 John David Anglin gcc/ChangeLog: PR target/117564 * config/pa/pa.md: Fix typos in 32-bit SFmode peephole2 patterns. --- diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index aa2d9956bd26..6a661b4980ce 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -4588,7 +4588,7 @@ && REGNO (operands[0]) != REGNO (operands[3]) && REGNO (operands[1]) != REGNO (operands[3]) && base14_operand (operands[2], E_SImode)" - [(set (match_dup 3) (mem:SF (plus:DI (match_dup 1) (match_dup 2)))) + [(set (match_dup 3) (mem:SF (plus:SI (match_dup 1) (match_dup 2)))) (set (match_dup 0) (plus:SI (match_dup 1) (match_dup 2)))] "") @@ -4604,7 +4604,7 @@ && GENERAL_REGNO_P (REGNO (operands[3])) && REGNO (operands[0]) == REGNO (operands[3]) && base14_operand (operands[2], E_SImode)" - [(set (match_dup 3) (mem:SF (plus:DI (match_dup 1) (match_dup 2))))] + [(set (match_dup 3) (mem:SF (plus:SI (match_dup 1) (match_dup 2))))] "") (define_peephole2