aboutsummaryrefslogtreecommitdiff
path: root/gcc/generic-match-head.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/generic-match-head.c')
-rw-r--r--gcc/generic-match-head.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/generic-match-head.c b/gcc/generic-match-head.c
index f7b6b1f..0165bd0 100644
--- a/gcc/generic-match-head.c
+++ b/gcc/generic-match-head.c
@@ -77,3 +77,12 @@ canonicalize_math_after_vectorization_p ()
{
return false;
}
+
+/* Return true if successive divisions can be optimized.
+ Defer to GIMPLE opts. */
+
+static inline bool
+optimize_successive_divisions_p (tree, tree)
+{
+ return false;
+}