aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-08-19 18:27:01 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1993-08-19 18:27:01 -0400
commit2aaf11def1dde903f2725f032a84c8c0ac2e210c (patch)
treea19e0257d829ab6d39c7016434ff04f277ac9942 /gcc
parent423012407eef5b91fa84417f05d4db3bc8a2db1a (diff)
downloadgcc-2aaf11def1dde903f2725f032a84c8c0ac2e210c.zip
gcc-2aaf11def1dde903f2725f032a84c8c0ac2e210c.tar.gz
gcc-2aaf11def1dde903f2725f032a84c8c0ac2e210c.tar.bz2
(scc): Fix typo in scc with compare and set.
From-SVN: r5188
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/rs6000.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index fd18904..3d5e48d 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")])