From: Richard Kenner Date: Sun, 19 Sep 1993 20:19:55 +0000 (-0400) Subject: (PREDICATE_CODES): Fix more typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e477bbc7681ee45dd5e12f181060e5f8006addda;p=gcc.git (PREDICATE_CODES): Fix more typos. From-SVN: r5368 --- diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 8ac022c2d0a..6ebb8577f3a 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -2009,6 +2009,6 @@ toc_section () \ {"load_multiple_operation", {PARALLEL}}, \ {"store_multiple_operation", {PARALLEL}}, \ {"branch_comparison_operator", {EQ, NE, LE, LT, GE, \ - LT, LEU, LTU, GEU, GTU}}, \ + GT, LEU, LTU, GEU, GTU}}, \ {"scc_comparison_operator", {EQ, NE, LE, LT, GE, \ - LT, LEU, LTU, GEU, GTU}}, + GT, LEU, LTU, GEU, GTU}},