aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-06-28 08:53:30 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1992-06-28 08:53:30 -0400
commit197d6480b8fdb9c211cc7bd2f39d01ea40b08b97 (patch)
treedbf0fead1503391567f2450009e37bb14b85a8d8 /gcc
parent4fa52007bfa0172070429c707469c51a40959363 (diff)
downloadgcc-197d6480b8fdb9c211cc7bd2f39d01ea40b08b97.zip
gcc-197d6480b8fdb9c211cc7bd2f39d01ea40b08b97.tar.gz
gcc-197d6480b8fdb9c211cc7bd2f39d01ea40b08b97.tar.bz2
*** empty log message ***
From-SVN: r1321
Diffstat (limited to 'gcc')
-rw-r--r--gcc/regclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index 8b7256c..4a1701f 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -1222,7 +1222,7 @@ copy_cost (x, mode, class, to_p)
SCALE is twice the amount to multiply the cost by (it is twice so we
can represent half-cost adjustments). */
-void
+static void
record_address_regs (x, class, scale)
rtx x;
enum reg_class class;