aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-im.c
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2016-12-15 15:58:02 +0000
committerRichard Earnshaw <rearnsha@gcc.gnu.org>2016-12-15 15:58:02 +0000
commit8990ddcdbc634df731387515e0f17b8b825b6300 (patch)
tree1c4898f81f44c5ad890f25ce8d91b6c0c98a6328 /gcc/tree-ssa-loop-im.c
parent851966d6a7e711755b6a96f06f166054d6e877ef (diff)
downloadgcc-8990ddcdbc634df731387515e0f17b8b825b6300.zip
gcc-8990ddcdbc634df731387515e0f17b8b825b6300.tar.gz
gcc-8990ddcdbc634df731387515e0f17b8b825b6300.tar.bz2
[arm] Eliminate TARGET_FPU_NAME
Rather than assuming a specific fpu name has been selected, we work out the FPU from the ISA properties. This is necessary since once we have default FPUs selected by the processor, there will be no explicit entry in the table of fpus to refer to. This also fixes a bug with the code I added recently to permit new aliases for existing FPU names: the new names cannot be passed to the assembler since it does not recognize them. By mapping the ISA features back to the canonical names we avoid having to teach the assembler about the new names. * arm.h (TARGET_FPU_NAME): Delete. * arm.c (arm_identify_fpu_from_isa): New function. (arm_declare_function_name): Use it to get the name for the FPU. From-SVN: r243711
Diffstat (limited to 'gcc/tree-ssa-loop-im.c')
0 files changed, 0 insertions, 0 deletions