aix: Move AIX math builtins before new builtin machinery.
commit8d4ef2299cbf9517877dab60d48f34835758a6ee
authorDavid Edelsohn <dje.gcc@gmail.com>
Sun, 5 Dec 2021 01:23:09 +0000 (4 20:23 -0500)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sun, 5 Dec 2021 01:28:17 +0000 (4 20:28 -0500)
treed9700ad36ffb3e8d959ee0806c868981cd815f9a
parent70e4cb66c1a12cabb78abec13013ef7263180923
aix: Move AIX math builtins before new builtin machinery.

The new builtin machinery has an early exit, so move the AIX-specific
builtins before the new machinery.

gcc/ChangeLog:

* config/rs6000/rs6000-call.c (rs6000_init_builtins): Move
AIX math builtin initialization before new_builtins_are_live.
gcc/config/rs6000/rs6000-call.c