diff options
| author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-27 10:35:09 +0000 |
|---|---|---|
| committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-27 10:35:09 +0000 |
| commit | 5ac439f3cbbf509e60a153d3c880a60596ab517b (patch) | |
| tree | 586b9213b1f423dd0fce763ac8836357dc8fc444 /gcc/expr.c | |
| parent | dc3ede1aa925934b0b70f34579a31b53949b884b (diff) | |
| download | ppe42-gcc-5ac439f3cbbf509e60a153d3c880a60596ab517b.tar.gz ppe42-gcc-5ac439f3cbbf509e60a153d3c880a60596ab517b.zip | |
* combine.c (try_combine): Fix typo in comment.
* expr.c (expand_expr): Likewise.
* config/i370/i370.md (untyped_call): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42655 138bc75d-0d04-0410-961f-82ee72b054a4
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) |

