Fix trivial formatting buglet in each file.

From-SVN: r26241
This commit is contained in:
Jeff Law 1999-04-06 22:42:42 -06:00
parent 3af6481778
commit bbf9d88cd7
2 changed files with 2 additions and 2 deletions

View 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;

View 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 ();