From 2aaf11def1dde903f2725f032a84c8c0ac2e210c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 19 Aug 1993 18:27:01 -0400 Subject: [PATCH] (scc): Fix typo in scc with compare and set. From-SVN: r5188 --- 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 fd18904152c..3d5e48d11b6 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -3609,7 +3609,7 @@ (set (match_operand:SI 3 "gpc_reg_operand" "=r") (match_op_dup 1 [(match_dup 2) (const_int 0)]))] "" - "%D1mfcr %3\;rlinm. %3,%3,%J1,30,31" + "%D1mfcr %3\;rlinm. %3,%3,%J1,31,31" [(set_attr "type" "delayed_compare") (set_attr "length" "12")]) -- 2.30.2