aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-12-23 07:58:41 +0000
committerRichard Henderson <rth@redhat.com>2004-12-23 07:58:41 +0000
commit9d42766cfc384eba5fd7c2263550593a6cf0d242 (patch)
tree82224c10b6b040c1b09d8cc1ee0b14eb54d26e72 /gcc/target.h
parent1f2e802645fafa0bbade449168dbe167d41dff5e (diff)
* optabs.h (OTI_movmisalign, movmisalign_optab): New.
* optabs.c (init_optabs): Create it. * genopinit.c (optabs): Initialize it. * expr.c (expand_expr_real_1) <MISALIGNED_INDIRECT_REF>: Use it. * tree-vectorizer.c (vect_supportable_dr_alignment): Likewise. * target-def.h (TARGET_VECTORIZE_MISALIGNED_MEM_OK): Remove. * target.h (vectorize.misaligned_mem_ok): Remove. * targhooks.c (default_vect_misaligned_mem_ok): Remove. * doc/md.texi (movmisalign): New. * doc/tm.texi (TARGET_VECTORIZE_MISALIGNED_MEM_OK): Remove. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@92537 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/target.h b/gcc/target.h
index aa3542c476d..4f4b49ebb51 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -286,13 +286,6 @@ struct gcc_target
struct vectorize
{
/* The following member value is a pointer to a function called
- by te vectorizer, and when expanding a MISALIGNED_INDIRECT_REF
- expression. If the hook returns true (false) then a move* pattern
- to/from memory can (cannot) be generated for this mode even if the
- memory location is unaligned. */
- bool (* misaligned_mem_ok) (enum machine_mode);
-
- /* The following member value is a pointer to a function called
by the vectorizer, and return the decl of the target builtin
function. */
tree (* builtin_mask_for_load) (void);