diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-20 14:13:38 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-10-20 14:13:38 -0700 |
commit | c0524a3483948f25fd308aaeea003e07e3b562e7 (patch) | |
tree | a0f8eba22207257ee6d5c0b4efbe3480441d5a13 | |
parent | 967e44126c98f3d1bf891fd25e3a1660b82678a1 (diff) | |
download | gcc-c0524a3483948f25fd308aaeea003e07e3b562e7.zip gcc-c0524a3483948f25fd308aaeea003e07e3b562e7.tar.gz gcc-c0524a3483948f25fd308aaeea003e07e3b562e7.tar.bz2 |
Change global-alloc.c to global.c
From-SVN: r2536
-rw-r--r-- | gcc/config/sparc/sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 2540652..f4c8b00 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -358,7 +358,7 @@ extern int hard_regno_mode_ok[FIRST_PSEUDO_REGISTER]; may be accessed via the stack pointer) in functions that seem suitable. This is computed in `reload', in reload1.c. - Used in flow.c, global-alloc.c, and reload1.c. */ + Used in flow.c, global.c, and reload1.c. */ extern int leaf_function; #define FRAME_POINTER_REQUIRED \ |