diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 0ec9066126d..f65c2bb3bec 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -2109,14 +2109,13 @@ expand_unop (mode, unoptab, op0, target, unsignedp) MODE is the mode of the operand; the mode of the result is different but can be deduced from MODE. - UNSIGNEDP is relevant if extension is needed. */ + */ rtx -expand_abs (mode, op0, target, unsignedp, safe) +expand_abs (mode, op0, target, safe) enum machine_mode mode; rtx op0; rtx target; - int unsignedp; int safe; { rtx temp, op1; |