diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-20 09:25:42 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-04-20 09:25:42 +0000 |
commit | ff99c8340af56d2abee04aedca115a2df5eb87b9 (patch) | |
tree | e069d62850ed1e1da9555cd452f0ceaefe28bbce /gcc/optabs.h | |
parent | 150fc5390fede059e99e83d9064158e5eb4a69a5 (diff) | |
download | gcc-ff99c8340af56d2abee04aedca115a2df5eb87b9.tar.gz |
Revert last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172763 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r-- | gcc/optabs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h index db6e65e8975..be61f549fd4 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -578,9 +578,6 @@ enum convert_optab_index COI_satfract, COI_satfractuns, - COI_vec_load_lanes, - COI_vec_store_lanes, - COI_MAX }; @@ -601,8 +598,6 @@ enum convert_optab_index #define fractuns_optab (&convert_optab_table[COI_fractuns]) #define satfract_optab (&convert_optab_table[COI_satfract]) #define satfractuns_optab (&convert_optab_table[COI_satfractuns]) -#define vec_load_lanes_optab (&convert_optab_table[COI_vec_load_lanes]) -#define vec_store_lanes_optab (&convert_optab_table[COI_vec_store_lanes]) /* Contains the optab used for each rtx code. */ extern optab code_to_optab[NUM_RTX_CODE + 1]; |