diff options
author | Richard Stallman <rms@gnu.org> | 1992-02-17 21:14:55 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-02-17 21:14:55 +0000 |
commit | 7e860cf7f5babed7fd6431f1eeef694be2b4ff43 (patch) | |
tree | b2ade7965aa1a8a130106bd121081ef4910a872a /gcc/global.c | |
parent | 6b3a60e355a3e4bea5e42f01d579a6d6371b285b (diff) | |
download | gcc-7e860cf7f5babed7fd6431f1eeef694be2b4ff43.tar.gz |
*** empty log message ***
From-SVN: r336
Diffstat (limited to 'gcc/global.c')
-rw-r--r-- | gcc/global.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/global.c b/gcc/global.c index b644624d9bb..9bdfd10ad3c 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -538,7 +538,10 @@ global_alloc (file) /* Do the reloads now while the allocno data still exist, so that we can try to assign new hard regs to any pseudo regs that are spilled. */ +#if 0 /* We need to eliminate regs even if there is no rtl code, + for the sake of debugging information. */ if (n_basic_blocks > 0) +#endif reload (basic_block_head[0], 1, file); } |