aboutsummaryrefslogtreecommitdiff
path: root/gcc/predict.def
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2013-10-26 04:24:19 -0600
committerJeff Law <law@gcc.gnu.org>2013-10-26 04:24:19 -0600
commit5d905bb6131f34cc21461c111e1afc95fb85b7eb (patch)
tree48ae6c9a051e9c5ae950e6cb83b03cc173e112fe /gcc/predict.def
parent98906124e3aa4cb17695d900fe19498e5bde63e4 (diff)
downloadgcc-5d905bb6131f34cc21461c111e1afc95fb85b7eb.zip
gcc-5d905bb6131f34cc21461c111e1afc95fb85b7eb.tar.gz
gcc-5d905bb6131f34cc21461c111e1afc95fb85b7eb.tar.bz2
predict.c (PRED_MUDFLAP): Remove.
* predict.c (PRED_MUDFLAP): Remove. * targhooks.c (build_va_arg_indirect_ref): Remove mudflap support. From-SVN: r204091
Diffstat (limited to 'gcc/predict.def')
-rw-r--r--gcc/predict.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/predict.def b/gcc/predict.def
index f8dba66..2ce135c 100644
--- a/gcc/predict.def
+++ b/gcc/predict.def
@@ -117,9 +117,6 @@ DEF_PREDICTOR (PRED_NEGATIVE_RETURN, "negative return", HITRATE (96), 0)
/* Branch ending with return; is probably not taken */
DEF_PREDICTOR (PRED_NULL_RETURN, "null return", HITRATE (90), 0)
-/* Branches to a mudflap bounds check are extremely unlikely. */
-DEF_PREDICTOR (PRED_MUDFLAP, "mudflap check", PROB_VERY_LIKELY, 0)
-
/* Branches to compare induction variable to a loop bound is
extremely likely. */
DEF_PREDICTOR (PRED_LOOP_IV_COMPARE_GUESS, "guess loop iv compare",