From 04956a1a78743cb0dfe9fafd2ba413d503cf57b1 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Sun, 27 May 2001 10:35:09 +0000 Subject: combine.c (try_combine): Fix typo in comment. * combine.c (try_combine): Fix typo in comment. * expr.c (expand_expr): Likewise. * config/i370/i370.md (untyped_call): Likewise. From-SVN: r42655 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/expr.c') diff --git a/gcc/expr.c b/gcc/expr.c index 7c7bee7..3dd919e 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) -- cgit v1.1