aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-range.h
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2019-11-14 07:55:04 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2019-11-14 07:55:04 +0000
commitf14713178d25db56903458432b0e3dbf35dbe840 (patch)
tree45a935648074ac0fcf3f8aae23f062263a94390b /gcc/value-range.h
parent456ccd3284b789c27daa8b93b68a27560a8b1117 (diff)
downloadgcc-f14713178d25db56903458432b0e3dbf35dbe840.zip
gcc-f14713178d25db56903458432b0e3dbf35dbe840.tar.gz
gcc-f14713178d25db56903458432b0e3dbf35dbe840.tar.bz2
Remove higher precision range tests because they are unused.
This removes the dependency on m_max_pairs from the selftests, which has the ultimate effect of allowing us to put the tests in the selftest namespace as was the original plan. From-SVN: r278200
Diffstat (limited to 'gcc/value-range.h')
-rw-r--r--gcc/value-range.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/value-range.h b/gcc/value-range.h
index 23b05b4..5a6cb52 100644
--- a/gcc/value-range.h
+++ b/gcc/value-range.h
@@ -39,7 +39,6 @@ enum value_range_kind
class GTY((for_user)) value_range
{
- friend void range_tests ();
public:
value_range ();
value_range (tree, tree, value_range_kind = VR_RANGE);