]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix coding style.
authorMartin Liska <mliska@suse.cz>
Tue, 30 May 2017 07:16:04 +0000 (09:16 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 30 May 2017 07:16:04 +0000 (07:16 +0000)
2017-05-30  Martin Liska  <mliska@suse.cz>

* predict.def: Fix GNU coding style.

From-SVN: r248599

gcc/ChangeLog
gcc/predict.def

index 7e0349b9dd13b03753205cdabf3223abcecf275b..d96900407cfad3e6d15ebd1f2c9e8b60d8a24066 100644 (file)
@@ -1,3 +1,7 @@
+2017-05-30  Martin Liska  <mliska@suse.cz>
+
+       * predict.def: Fix GNU coding style.
+
 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
 
        * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
index e96be12be4aea56b0db7e0cf5f48bfdcc1c95084..fcda6c48f110f6fbe84780cf500fbce9e6278267 100644 (file)
@@ -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