aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-05-30 09:16:04 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-05-30 07:16:04 +0000
commita582436140d3d79d43a5af27ba1601d16e3a51f8 (patch)
tree88185c04d494e7712c95fcd400ba31f36b145563 /gcc
parent2271dac6bf4f9bda6cec201a65df09098ab19c05 (diff)
downloadgcc-a582436140d3d79d43a5af27ba1601d16e3a51f8.zip
gcc-a582436140d3d79d43a5af27ba1601d16e3a51f8.tar.gz
gcc-a582436140d3d79d43a5af27ba1601d16e3a51f8.tar.bz2
Fix coding style.
2017-05-30 Martin Liska <mliska@suse.cz> * predict.def: Fix GNU coding style. From-SVN: r248599
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/predict.def7
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7e0349b..d969004 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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):
diff --git a/gcc/predict.def b/gcc/predict.def
index e96be12..fcda6c4 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