Fix trivial formatting buglet in each file.
From-SVN: r26241
This commit is contained in:
parent
3af6481778
commit
bbf9d88cd7
@ -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;
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user