diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-04-06 22:42:42 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-04-06 22:42:42 -0600 |
commit | bbf9d88cd7c60cedce29b17bebbc17ea0409aa62 (patch) | |
tree | 7ea18128f3ece5bcb57c072a52507a0c93a0d6fd /gcc | |
parent | 3af648177885ba0e288492c3e305cc096b75f5a1 (diff) | |
download | gcc-bbf9d88cd7c60cedce29b17bebbc17ea0409aa62.zip gcc-bbf9d88cd7c60cedce29b17bebbc17ea0409aa62.tar.gz gcc-bbf9d88cd7c60cedce29b17bebbc17ea0409aa62.tar.bz2 |
Fix trivial formatting buglet in each file.
From-SVN: r26241
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/recog.c | 2 | ||||
-rw-r--r-- | gcc/toplev.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index e344b27..6bceae8 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -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; diff --git a/gcc/toplev.c b/gcc/toplev.c index 83f7b19..728c53a 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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 (); |