diff options
Diffstat (limited to 'gcc/expr.c')
| -rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index 7c7bee7f6d2..3dd919e6799 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -6344,7 +6344,7 @@ expand_expr (exp, target, tmode, modifier) copy_rtx (XEXP (DECL_RTL (exp), 0))); /* If we got something, return it. But first, set the alignment - the address is a register. */ + if the address is a register. */ if (temp != 0) { if (GET_CODE (temp) == MEM && GET_CODE (XEXP (temp, 0)) == REG) |

