From: Richard Kenner Date: Thu, 19 Aug 1993 22:27:01 +0000 (-0400) Subject: (scc): Fix typo in scc with compare and set. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2aaf11def1dde903f2725f032a84c8c0ac2e210c;p=gcc.git (scc): Fix typo in scc with compare and set. From-SVN: r5188 --- 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")])