aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests/bprob.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/bprob.exp')
-rw-r--r--gcc/testsuite/gcc.misc-tests/bprob.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/bprob.exp b/gcc/testsuite/gcc.misc-tests/bprob.exp
index f7f7072c392..745c43993fa 100644
--- a/gcc/testsuite/gcc.misc-tests/bprob.exp
+++ b/gcc/testsuite/gcc.misc-tests/bprob.exp
@@ -49,10 +49,6 @@ load_lib profopt.exp
set profile_options "-fprofile-arcs"
set feedback_options "-fbranch-probabilities"
-if {[check_profiling_available "-ftree-based-profiling"]} {
- lappend profile_options "-ftree-based-profiling -fprofile-arcs"
- lappend feedback_options "-ftree-based-profiling -fbranch-probabilities"
-}
foreach profile_option $profile_options feedback_option $feedback_options {
foreach src [lsort [glob -nocomplain $srcdir/$subdir/bprob-*.c]] {