Commit bbf9d88c by Jeff Law

Fix trivial formatting buglet in each file.

From-SVN: r26241
parent 3af64817
...@@ -2660,7 +2660,7 @@ split_block_insns (b, do_split) ...@@ -2660,7 +2660,7 @@ split_block_insns (b, do_split)
first = NEXT_INSN (first); first = NEXT_INSN (first);
#ifdef INSN_SCHEDULING #ifdef INSN_SCHEDULING
update_flow_info (notes, first, last, insn); update_flow_info (notes, first, last, insn);
#endif #endif
PUT_CODE (insn, NOTE); PUT_CODE (insn, NOTE);
NOTE_SOURCE_FILE (insn) = 0; NOTE_SOURCE_FILE (insn) = 0;
NOTE_LINE_NUMBER (insn) = NOTE_INSN_DELETED; NOTE_LINE_NUMBER (insn) = NOTE_INSN_DELETED;
......
...@@ -3953,7 +3953,7 @@ rest_of_compilation (decl) ...@@ -3953,7 +3953,7 @@ rest_of_compilation (decl)
(if we got the -noreg switch and not -opt) (if we got the -noreg switch and not -opt)
and smart register allocation. */ 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. */ obey_regdecls = 0; /* if optimizations being done. */
regclass_init (); regclass_init ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment