aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fold-const.h')
-rw-r--r--gcc/fold-const.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fold-const.h b/gcc/fold-const.h
index b440ca1..09ece67 100644
--- a/gcc/fold-const.h
+++ b/gcc/fold-const.h
@@ -167,5 +167,7 @@ extern tree make_range_step (location_t, enum tree_code, tree, tree, tree,
extern tree build_range_check (location_t, tree, tree, int, tree, tree);
extern bool merge_ranges (int *, tree *, tree *, int, tree, tree, int,
tree, tree);
+extern tree sign_bit_p (tree, const_tree);
+extern tree exact_inverse (tree, tree);
#endif // GCC_FOLD_CONST_H