diff options
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 72bab82..91360d8 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -1287,7 +1287,7 @@ noce_try_store_flag_constants (struct noce_if_info *if_info) HOST_WIDE_INT itrue, ifalse, diff, tmp; int normalize; bool can_reverse; - machine_mode mode = GET_MODE (if_info->x);; + machine_mode mode = GET_MODE (if_info->x); rtx common = NULL_RTX; rtx a = if_info->a; |