Commit 4ae1c663 by Martin Liska Committed by Martin Liska

Fix display name of PRED_FORTRAN_FAIL_IO

	* predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.

From-SVN: r237040
parent 0e535442
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>
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment