diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-13 21:51:33 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-10-13 21:51:33 -0400 |
commit | 71d2371f87254f16bc67332e80a44d2104ba61e7 (patch) | |
tree | c06678a32c2420a9980874b7a1b641c82a254f5d | |
parent | f90ac35b894515cea2a90b21ccd3b691d820c771 (diff) | |
download | gcc-71d2371f87254f16bc67332e80a44d2104ba61e7.zip gcc-71d2371f87254f16bc67332e80a44d2104ba61e7.tar.gz gcc-71d2371f87254f16bc67332e80a44d2104ba61e7.tar.bz2 |
Fix typo: had "xubfic" instead of "subfic".
From-SVN: r5787
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 654cd2c..e3edf56 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -4322,7 +4322,7 @@ "" "@ xor %0,%1,%2\;{sfi|subfic} %3,%0,0\;{ae|adde} %0,%3,%0 - {sfi|xubfic} %3,%1,0\;{ae|adde} %0,%3,%1 + {sfi|subfic} %3,%1,0\;{ae|adde} %0,%3,%1 {xoril|xori} %0,%1,%b2\;{sfi|subfic} %3,%0,0\;{ae|adde} %0,%3,%0 {xoriu|xoris} %0,%1,%u2\;{sfi|subfic} %3,%0,0\;{ae|adde} %0,%3,%0 {sfi|subfic} %0,%1,%2\;{sfi|subfic} %3,%0,0\;{ae|adde} %0,%3,%0" |