Fix display name of PRED_FORTRAN_FAIL_IO
authorMartin Liska <mliska@suse.cz>
Thu, 2 Jun 2016 16:18:05 +0000 (18:18 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 2 Jun 2016 16:18:05 +0000 (16:18 +0000)
* predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.

From-SVN: r237040

gcc/ChangeLog
gcc/predict.def

index 770df0732f8256d5555c2717a24622a888e07a7a..2dbeee5fb94553e0eb4345fb0ccf813853119049 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-02  Martin Liska  <mliska@suse.cz>
+
+       * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
+
 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
            Julia Koval  <julia.koval@intel.com>
 
index b83ec601da928a12288f9e0608d25a3b25d43e4f..67de6f3c6edc04c9ec1a80c7276ed8dbbe587e41 100644 (file)
@@ -162,7 +162,7 @@ DEF_PREDICTOR (PRED_FORTRAN_FAIL_ALLOC, "fail alloc", PROB_VERY_LIKELY, 0)
    used for I/O failures such as for invalid unit numbers.  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_IO, "fail alloc", HITRATE(85), 0)
+DEF_PREDICTOR (PRED_FORTRAN_FAIL_IO, "fail IO", HITRATE (85), 0)
 
 /* Branch leading to a run-time warning message which is printed only once
    are unlikely.  The print-warning branch itself can be likely or unlikely.  */