aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1993-01-14 15:00:22 -0700
committerJeff Law <law@gcc.gnu.org>1993-01-14 15:00:22 -0700
commit0bfe5f016ef2940700902b4656deabbae931d54c (patch)
treece371ff51bf8754c2e485cdd1e8f47904f824dc6
parentf014712100a9e119aa1c892a0a8227dda45816cc (diff)
downloadgcc-0bfe5f016ef2940700902b4656deabbae931d54c.zip
gcc-0bfe5f016ef2940700902b4656deabbae931d54c.tar.gz
gcc-0bfe5f016ef2940700902b4656deabbae931d54c.tar.bz2
Fix typo.
From-SVN: r3244
-rw-r--r--gcc/config/pa/pa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index 1c26ff7..d6f3ca9 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -1255,7 +1255,7 @@ extern union tree_node *current_function_decl;
This relies on the fact that most mode MODE_FLOAT references will use FP
registers and most mode MODE_INT references will use integer registers.
(In the rare case of an FP register used in an integer MODE, we depend
- on secondary reloads and the final output pass to clean things up.) */
+ on secondary reloads and the final output pass to clean things up.)
Also change REG+(X*Y) into REG. (With X*Y in an extra pseudo). */