OSDN Git Service

* config/xtensa/xtensa.c (xtensa_init_machine_status): Fix
[pf3gnuchains/gcc-fork.git] / gcc / predict.h
index 6af5f8d..a936b56 100644 (file)
@@ -34,6 +34,9 @@ enum prediction
    TAKEN
 };
 
+/* Flags for NOTE_PREDICTION */
+#define IS_TAKEN 1             /* Predict edges to the block as taken.  */
+
 extern void predict_insn_def   PARAMS ((rtx, enum br_predictor,
                                         enum prediction));
 extern void predict_insn       PARAMS ((rtx, enum br_predictor, int));