aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorLars Brinkhoff <lars@nocrew.org>2001-05-27 10:35:09 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2001-05-27 10:35:09 +0000
commit04956a1a78743cb0dfe9fafd2ba413d503cf57b1 (patch)
tree586b9213b1f423dd0fce763ac8836357dc8fc444 /gcc/expr.c
parenta0f51704d1dfe7a0b94ce413d501373324b30f31 (diff)
downloadgcc-04956a1a78743cb0dfe9fafd2ba413d503cf57b1.zip
gcc-04956a1a78743cb0dfe9fafd2ba413d503cf57b1.tar.gz
gcc-04956a1a78743cb0dfe9fafd2ba413d503cf57b1.tar.bz2
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
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
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)