Fix trivial formatting buglet in each file.
authorJeff Law <law@gcc.gnu.org>
Wed, 7 Apr 1999 04:42:42 +0000 (22:42 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 7 Apr 1999 04:42:42 +0000 (22:42 -0600)
From-SVN: r26241

gcc/recog.c
gcc/toplev.c

index e344b27e97ed99fdc93e73fce56c46ae40af521e..6bceae85a9e7e6f6abcc5a196768db0023c94357 100644 (file)
@@ -2660,7 +2660,7 @@ split_block_insns (b, do_split)
              first = NEXT_INSN (first);
 #ifdef INSN_SCHEDULING
              update_flow_info (notes, first, last, insn);
-#endif       
+#endif
              PUT_CODE (insn, NOTE);
              NOTE_SOURCE_FILE (insn) = 0;
              NOTE_LINE_NUMBER (insn) = NOTE_INSN_DELETED;
index 83f7b1958a77d050c188f4df0a9142e32a99b905..728c53ada3108b96f367a811abcd173735cb936b 100644 (file)
@@ -3953,7 +3953,7 @@ rest_of_compilation (decl)
      (if we got the -noreg switch and not -opt)
      and smart register allocation.  */
 
-  if (optimize > 0)                    /* Stupid allocation probably won't work */
+  if (optimize > 0)            /* Stupid allocation probably won't work */
     obey_regdecls = 0;         /* if optimizations being done.  */
 
   regclass_init ();