aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-01-17 16:51:05 +0000
committerPaul Brook <paul@codesourcery.com>2006-01-17 16:51:05 +0000
commit56f078c136c134b3b415ed1dd517e58bce9485ee (patch)
tree278ced803a2a59cd020f3c297cef56a8d4239054 /gcc/target.h
parentc570ce98de6f4910bc02fcc39bef5004ede14da1 (diff)
Merge from gcc-4_1-branch revision 109820.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@109825 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h
index 0f775f1de15..1a1d2b8c9e4 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -422,6 +422,11 @@ struct gcc_target
return the mask that they apply. Return 0 otherwise. */
unsigned HOST_WIDE_INT (* shift_truncation_mask) (enum machine_mode mode);
+ /* Return the number of divisions in the given MODE that should be present,
+ so that it is profitable to turn the division into a multiplication by
+ the reciprocal. */
+ unsigned int (* min_divisions_for_recip_mul) (enum machine_mode mode);
+
/* True if MODE is valid for a pointer in __attribute__((mode("MODE"))). */
bool (* valid_pointer_mode) (enum machine_mode mode);