diff options
Diffstat (limited to 'gcc/optabs-tree.h')
| -rw-r--r-- | gcc/optabs-tree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/optabs-tree.h b/gcc/optabs-tree.h index c3aaa1a..fbd2b06 100644 --- a/gcc/optabs-tree.h +++ b/gcc/optabs-tree.h @@ -29,7 +29,8 @@ enum optab_subtype { optab_default, optab_scalar, - optab_vector + optab_vector, + optab_vector_mixed_sign }; /* Return the optab used for computing the given operation on the type given by |
