diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index b097adf..57d871a 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -2725,7 +2725,7 @@ expand_builtin_memmove (tree arglist, tree type, rtx target, tree result = fold_builtin_memmove (arglist, type); if (result) - expand_expr (result, target, mode, EXPAND_NORMAL); + return expand_expr (result, target, mode, EXPAND_NORMAL); /* If DEST is not a pointer type, call the normal function. */ if (dest_align == 0) |