aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.c
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2019-07-29 15:31:53 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2019-07-29 15:31:53 +0000
commit937337890108676b3588d77bd704927d349db71b (patch)
tree2f20f6b47231e0a3aa85bbab5f8f45f98aa22482 /gcc/fortran/dump-parse-tree.c
parent50c2df93a6a450228b75901fad7e20cd2e7a8ee7 (diff)
downloadgcc-937337890108676b3588d77bd704927d349db71b.zip
gcc-937337890108676b3588d77bd704927d349db71b.tar.gz
gcc-937337890108676b3588d77bd704927d349db71b.tar.bz2
[arm] Make ACLE builtins use arm_* namespace for expanders
The builtins from <arm_acle.h> use fairly general expander names such as "crc", "mcr" etc. These run the risk of being reserved by the midend in the future. Let's namespace them to arm_* as is convention. * config/arm/arm-builtins.c (acle_builtin_data): Expand VAR1 to CODE_FOR_arm_##. * config/arm/arm.md (<crc_variant>): Rename to... (arm_<crc_variant>): ... This. (<cdp>): Rename to... (arm_<cdp>): ... This. (<ldc>): Rename to... (arm_<ldc>): ... This. (<stc>): Rename to... (arm_<stc>): ... This. (<mcr>): Rename to... (arm_<mcr>): ... This. (<mrc>): Rename to... (arm_<mrc>): ... This. (<mcrr>): Rename to... (arm_<mcrr>): ... This. (<mrrc>): Rename to... (arm_<mrrc>): ... This. From-SVN: r273879
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
0 files changed, 0 insertions, 0 deletions