aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
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 aa3542c..4f4b49e 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);