*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Mon, 17 Feb 1992 21:14:55 +0000 (21:14 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 17 Feb 1992 21:14:55 +0000 (21:14 +0000)
From-SVN: r336

gcc/global.c

index b644624d9bb3aca670ded2721e7fbe69fc63e6fb..9bdfd10ad3cb1862cce369747ca9727123084872 100644 (file)
@@ -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);
 }