diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 2b08f8e..92bfc35 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -2675,7 +2675,7 @@ expand_unop (mode, unoptab, op0, target, unsignedp) have them return something that isn't a double-word. */ if (unoptab == ffs_optab || unoptab == clz_optab || unoptab == ctz_optab || unoptab == popcount_optab || unoptab == parity_optab) - outmode = word_mode; + outmode = TYPE_MODE (integer_type_node); start_sequence (); |