From a582436140d3d79d43a5af27ba1601d16e3a51f8 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Tue, 30 May 2017 09:16:04 +0200 Subject: [PATCH] Fix coding style. 2017-05-30 Martin Liska * predict.def: Fix GNU coding style. From-SVN: r248599 --- gcc/ChangeLog | 4 ++++ gcc/predict.def | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e0349b9dd1..d96900407cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-05-30 Martin Liska + + * predict.def: Fix GNU coding style. + 2017-05-29 Max Filippov * config/xtensa/xtensa.c (xtensa_initial_elimination_offset): diff --git a/gcc/predict.def b/gcc/predict.def index e96be12be4a..fcda6c48f11 100644 --- a/gcc/predict.def +++ b/gcc/predict.def @@ -194,12 +194,13 @@ DEF_PREDICTOR (PRED_FORTRAN_OVERFLOW, "Fortran overflow", PROB_ALWAYS, of memory. This predictor only occurs when the user explicitly asked for a return status. By default, the code aborts, which is handled via PRED_NORETURN. */ -DEF_PREDICTOR (PRED_FORTRAN_FAIL_ALLOC, "Fortran fail alloc", PROB_VERY_LIKELY, 0) +DEF_PREDICTOR (PRED_FORTRAN_FAIL_ALLOC, "Fortran fail alloc", + PROB_VERY_LIKELY, 0) /* Predictor is used for an allocation of an already allocated memory or deallocating an already deallocated allocatable. */ -DEF_PREDICTOR (PRED_FORTRAN_REALLOC, \ - "Fortran repeated allocation/deallocation", PROB_LIKELY, 0) +DEF_PREDICTOR (PRED_FORTRAN_REALLOC, "Fortran repeated allocation/deallocation", + PROB_LIKELY, 0) /* Branch leading to an I/O failure status are unlikely. This predictor is used for I/O failures such as for invalid unit numbers. This predictor -- 2.30.2