diff options
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r-- | gcc/config/arm/arm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 64c3c772fb9..a85c75c652c 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -2113,9 +2113,9 @@ int arm_valid_machine_decl_attribute (/* union tree_node *, union tree_node *, union tree_node *, union tree_node * */); struct rtx_def *arm_gen_load_multiple (/* int, int, struct rtx_def *, - int, int, int, int */); + int, int, int, int, int */); struct rtx_def *arm_gen_store_multiple (/* int, int, struct rtx_def *, - int, int, int, int */); + int, int, int, int, int */); int arm_gen_movstrqi (/* struct rtx_def ** */); struct rtx_def *gen_rotated_half_load (/* struct rtx_def * */); enum machine_mode arm_select_cc_mode (/* enum rtx_code, struct rtx_def *, |