Change enum value to not to clash with a MSP430 private enum
authorMartin Liska <mliska@suse.cz>
Mon, 13 Jun 2016 10:00:17 +0000 (12:00 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 13 Jun 2016 10:00:17 +0000 (10:00 +0000)
commit46c1cff63f942e715c53739610951ea58ab8c228
tree3012821165c72a40373e470645149e4a3845e810
parent7a5824c6d7145af4ace36c6ec60660248c3cb57f
Change enum value to not to clash with a MSP430 private enum

* predict.c (enum predictor_reason): Prefix enum with REASON_.
(combine_predictions_for_insn): Likewise.
(prune_predictions_for_bb): Likewise.
(combine_predictions_for_bb): Likewise.

From-SVN: r237370
gcc/ChangeLog
gcc/predict.c