diff options
Diffstat (limited to 'gcc/testsuite/lib')
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 4facec6..0378169 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -988,23 +988,6 @@ proc check_effective_target_vect_int_mult { } { return $et_vect_int_mult_saved } -# Return 1 if the target supports vector reduction - -proc check_effective_target_vect_reduction { } { - global et_vect_reduction_saved - - if [info exists et_vect_reduction_saved] { - verbose "check_effective_target_vect_reduction: using cached result" 2 - } else { - set et_vect_reduction_saved 0 - if { [istarget powerpc*-*-*] } { - set et_vect_reduction_saved 1 - } - } - verbose "check_effective_target_vect_reduction: returning $et_vect_reduction_saved" 2 - return $et_vect_reduction_saved -} - # Return 1 if the target supports atomic operations on "int" and "long". proc check_effective_target_sync_int_long { } { |