Commit 8657bdee by Ben Elliston Committed by Ben Elliston

target-supports.exp (check_effective_target_vect_no_double): Remove unused proc.

	* lib/target-supports.exp (check_effective_target_vect_no_double):
	Remove unused proc.

From-SVN: r128405
parent 9943eb0b
2007-09-12 Ben Elliston <bje@au.ibm.com>
* lib/target-supports.exp (check_effective_target_vect_no_double):
Remove unused proc.
2007-09-12 Ben Elliston <bje@au.ibm.com>
Ulrich Weigand <uweigand@de.ibm.com>
* gcc.target/spu/dfcgt-nan.c: New test.
......@@ -1700,23 +1700,6 @@ proc check_effective_target_vect_double { } {
return $et_vect_double_saved
}
# Return 1 if the target supports hardware comparison of vectors of double, 0 otherwise.
#
# This won't change for different subtargets so cache the result.
proc check_effective_target_vect_no_compare_double { } {
global et_vect_no_compare_double_saved
if [info exists et_vect_no_compare_double_saved] {
verbose "check_effective_target_vect_no_compare_double: using cached result" 2
} else {
set et_vect_no_compare_double_saved 0
}
verbose "check_effective_target_vect_no_compare_double: returning $et_vect_no_compare_double_saved" 2
return $et_vect_no_compare_double_saved
}
# Return 1 if the target plus current options does not support a vector
# max instruction on "int", 0 otherwise.
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment