[arm] Use ISA feature sets for determining inlinability
authorRichard Earnshaw <rearnsha@arm.com>
Thu, 15 Dec 2016 16:01:55 +0000 (16:01 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Thu, 15 Dec 2016 16:01:55 +0000 (16:01 +0000)
commit56941f70ee29e73d41771be9a197d03a9c2f2d05
treeda7040c9a5762f34f1257d94e0e135c9690ed687
parenta53613c4ae9ad153ce5d12fdfef413c9e9ae82d6
[arm] Use ISA feature sets for determining inlinability

Now that we can construct the build target isa from the cl_target_options
data we can use this to determine inlinability.  This eliminates the
final remaining use of the FPU features field.

* arm.c (arm_can_inline_p): Use ISA features for determining
inlinability.

From-SVN: r243714
gcc/ChangeLog
gcc/config/arm/arm.c