diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h index e3307e8..252793f 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -146,7 +146,8 @@ enum vect_cost_for_stmt cond_branch_not_taken, cond_branch_taken, vec_perm, - vec_promote_demote + vec_promote_demote, + vec_construct }; /* The target structure. This holds all the backend hooks. */ |