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 da5251c554b..75d6894a977 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -2721,7 +2721,7 @@ expand_unop (enum machine_mode mode, optab unoptab, rtx op0, rtx target, target = gen_reg_rtx (outmode); emit_libcall_block (insns, target, value, - gen_rtx_fmt_e (unoptab->code, mode, op0)); + gen_rtx_fmt_e (unoptab->code, outmode, op0)); return target; } |