diff options
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r-- | gcc/config/arm/arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 2f236e02442..4132b06b024 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -2297,7 +2297,7 @@ do { \ /* Try to generate sequences that don't involve branches, we can then use conditional instructions */ -#define BRANCH_COST \ +#define BRANCH_COST(speed_p, predictable_p) \ (TARGET_32BIT ? 4 : (optimize > 0 ? 2 : 0)) /* Position Independent Code. */ |