target-supports.exp (check_effective_target_vect_no_double): Remove unused proc.
authorBen Elliston <bje@au.ibm.com>
Wed, 12 Sep 2007 01:03:10 +0000 (01:03 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 12 Sep 2007 01:03:10 +0000 (11:03 +1000)
* lib/target-supports.exp (check_effective_target_vect_no_double):
Remove unused proc.

From-SVN: r128405

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index a562e626aed5b15ffb2f66271e76f7f00a04edd7..e0525892e03e3b3c2cb3170d9b0e0c4505c06bef 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
index 55e2a8a4c3038c2eac2451cc4064f894e2a1f504..dc66fa246b60900358f3e3b2a5138c1418747b6b 100644 (file)
@@ -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.
 #