(lshl_optab): Deleted.

From-SVN: r7018
This commit is contained in:
Richard Kenner 1994-04-10 08:00:07 -04:00
parent 160d4f27aa
commit 9c2683afa3
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ extern optab ior_optab; /* Logical or */
extern optab xor_optab; /* Logical xor */
extern optab ashl_optab; /* Arithmetic shift left */
extern optab ashr_optab; /* Arithmetic shift right */
extern optab lshl_optab; /* Logical shift left */
extern optab lshr_optab; /* Logical shift right */
extern optab rotl_optab; /* Rotate left */
extern optab rotr_optab; /* Rotate right */