From 0bfe5f016ef2940700902b4656deabbae931d54c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 14 Jan 1993 15:00:22 -0700 Subject: Fix typo. From-SVN: r3244 --- gcc/config/pa/pa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') 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). */ -- cgit v1.1