diff options
Diffstat (limited to 'gcc/config/arm/arm.c')
| -rw-r--r-- | gcc/config/arm/arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 961dff2..371ffe8 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -14550,6 +14550,6 @@ arm_no_early_mul_dep (rtx producer, rtx consumer) static bool arm_promote_prototypes (tree t ATTRIBUTE_UNUSED) { - return arm_abi == ARM_ABI_APCS || arm_abi == ARM_ABI_ATPCS; + return !TARGET_AAPCS_BASED; } |
