diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-06-28 08:53:30 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-06-28 08:53:30 -0400 |
commit | 197d6480b8fdb9c211cc7bd2f39d01ea40b08b97 (patch) | |
tree | dbf0fead1503391567f2450009e37bb14b85a8d8 /gcc | |
parent | 4fa52007bfa0172070429c707469c51a40959363 (diff) | |
download | gcc-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.c | 2 |
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; |