OSDN Git Service

PR other/21052
[pf3gnuchains/gcc-fork.git] / gcc / predict.h
index bb9a6a0..192a3d0 100644 (file)
@@ -36,11 +36,7 @@ enum prediction
    TAKEN
 };
 
-/* Flags for NOTE_PREDICTION */
-#define IS_TAKEN 1             /* Predict edges to the block as taken.  */
-
 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
-extern void predict_insn (rtx, enum br_predictor, int);
 extern int counts_to_freqs (void);
 
 #endif  /* GCC_PREDICT_H */