summaryrefslogtreecommitdiffstats
path: root/gcc/predict.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-17 06:34:02 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-17 06:34:02 +0000
commitd31a1e54b51fb2d30b09fae8b5f13c1717e27b34 (patch)
treedbbf310dab642a5ecf178effb6242236e850b94d /gcc/predict.h
parent2dc656b72a969e752d28f01c892780cca6bb0597 (diff)
downloadppe42-gcc-d31a1e54b51fb2d30b09fae8b5f13c1717e27b34.tar.gz
ppe42-gcc-d31a1e54b51fb2d30b09fae8b5f13c1717e27b34.zip
* predict.h (IS_TAKEN): Remove.
* rtl.h (NOTE_PREDICTION): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98258 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/predict.h')
-rw-r--r--gcc/predict.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/predict.h b/gcc/predict.h
index 17c2c948a88..192a3d09f1a 100644
--- a/gcc/predict.h
+++ b/gcc/predict.h
@@ -36,9 +36,6 @@ 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 int counts_to_freqs (void);
OpenPOWER on IntegriCloud