diff options
author | Lars Brinkhoff <lars@nocrew.org> | 2001-05-27 10:35:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-05-27 10:35:09 +0000 |
commit | 04956a1a78743cb0dfe9fafd2ba413d503cf57b1 (patch) | |
tree | 586b9213b1f423dd0fce763ac8836357dc8fc444 /gcc/config/i370 | |
parent | a0f51704d1dfe7a0b94ce413d501373324b30f31 (diff) | |
download | gcc-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/config/i370')
-rw-r--r-- | gcc/config/i370/i370.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i370/i370.md b/gcc/config/i370/i370.md index 5de8931..7ef666e 100644 --- a/gcc/config/i370/i370.md +++ b/gcc/config/i370/i370.md @@ -4703,8 +4703,8 @@ check_label_emit (); ;; Call subroutine returning any type. ;; This instruction pattern appears to be used only by the ;; expand_builtin_apply definition for __builtin_apply. It is needed -;; since call_value might return an in in r15 or a float in fpr0 (r16) -;; and the builtin code calla abort since the reg is ambiguous. Well, +;; since call_value might return an int in r15 or a float in fpr0 (r16) +;; and the builtin code calls abort since the reg is ambiguous. Well, ;; the below is probably broken anyway, we just want to go for now. ;; (define_expand "untyped_call" |