diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-29 16:50:22 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-29 16:50:22 -0500 |
commit | 84430d2cc04d5d889e69fc03a0532e1d78f0b6a3 (patch) | |
tree | 92bd89b99fbef0eb0d40165809719f2dba63d371 /gcc/optabs.c | |
parent | 39e716150509c4f30458371d8aedd31a5ea7c70d (diff) | |
download | gcc-84430d2cc04d5d889e69fc03a0532e1d78f0b6a3.tar.gz |
(init_optabs): Don't set functions for rotl and rotr.
From-SVN: r8580
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index e5d9c177b21..cc0297f6fc3 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -3957,8 +3957,6 @@ init_optabs () init_integral_libfuncs (ashl_optab, "ashl", '3'); init_integral_libfuncs (ashr_optab, "ashr", '3'); init_integral_libfuncs (lshr_optab, "lshr", '3'); - init_integral_libfuncs (rotl_optab, "rotl", '3'); - init_integral_libfuncs (rotr_optab, "rotr", '3'); init_integral_libfuncs (smin_optab, "min", '3'); init_floating_libfuncs (smin_optab, "min", '3'); init_integral_libfuncs (smax_optab, "max", '3'); |