As discussed in the list thread on PR65342, and pre-approved by Segher,
this removes a comment that's no longer relevant.

Bootstrap checked on powerpc64-linux-gnu,
applied to mainline
thanks
Iain

gcc/ChangeLog:

2019-10-19  Iain Sandoe  <i...@sandoe.co.uk>

        * config/rs6000/rs6000.md: Delete out-of-date comment about
        special-casing integer loads.

diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 29dd616520..d0cca1e650 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -6890,11 +6890,6 @@
                                 UNSPEC_MOVSI_GOT))]
   "")
 
-;; For SI, we special-case integers that can't be loaded in one insn.  We
-;; do the load 16-bits at a time.  We could do this by loading from memory,
-;; and this is even supposed to be faster, but it is simpler not to get
-;; integers in the TOC.
-
 ;;             MR           LA           LWZ          LFIWZX       LXSIWZX
 ;;             STW          STFIWX       STXSIWX      LI           LIS
 ;;             #            XXLOR        XXSPLTIB 0   XXSPLTIB -1  VSPLTISW

Reply via email to