diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 14:09:34 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-22 14:09:34 +0000 |
commit | 6ef828f9e997f2a593360aa6ce158d9f5ae739a0 (patch) | |
tree | d2db7ebbe3f404f7fa5e30b7ecf4ac4675f5b518 /gcc/df.c | |
parent | 43e00fc9fcdb8cf219d4f9cf9ff1d45dbcbadeee (diff) | |
download | gcc-6ef828f9e997f2a593360aa6ce158d9f5ae739a0.tar.gz |
* dbxout.c: Follow spelling conventions.
* defaults.h: Likewise.
* df.c: Likewise.
* diagnostic.h: Likewise.
* doloop.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* except.c: Likewise.
* explow.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* expr.h: Likewise.
* flags.h: Likewise.
* flow.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* function.h: Likewise.
* gcc.c: Likewise.
* gcov-io.h: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* genconfig.c: Likewise.
* genrecog.c: Likewise.
* ggc-page.c: Likewise.
* ggc.h: Likewise.
* global.c: Likewise.
* gthr-win32.h: Likewise.
* integrate.c: Likewise.
* jump.c: Likewise.
* langhooks.c: Likewise.
* langhooks.h: Likewise.
* line-map.h: Likewise.
* local-alloc.c: Likewise.
* longlong.h: Likewise.
* loop.c: Likewise.
* loop.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57406 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/df.c')
-rw-r--r-- | gcc/df.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2289,7 +2289,7 @@ df_refs_update (df) } -/* Return non-zero if any of the requested blocks in the bitmap +/* Return nonzero if any of the requested blocks in the bitmap BLOCKS have been modified. */ static int df_modified_p (df, blocks) @@ -2951,7 +2951,7 @@ df_insn_dominates_all_uses_p (df, bb, insn) } -/* Return non-zero if all DF dominates all the uses within the bitmap +/* Return nonzero if all DF dominates all the uses within the bitmap BLOCKS. */ static int df_def_dominates_uses_p (df, def, blocks) @@ -2982,7 +2982,7 @@ df_def_dominates_uses_p (df, def, blocks) } -/* Return non-zero if all the defs of INSN within BB dominates +/* Return nonzero if all the defs of INSN within BB dominates all the corresponding uses. */ int df_insn_dominates_uses_p (df, bb, insn, blocks) @@ -3029,7 +3029,7 @@ df_regno_bb (df, regno) } -/* Return non-zero if REG used in multiple basic blocks. */ +/* Return nonzero if REG used in multiple basic blocks. */ int df_reg_global_p (df, reg) struct df *df; @@ -3049,7 +3049,7 @@ df_reg_lifetime (df, reg) } -/* Return non-zero if REG live at start of BB. */ +/* Return nonzero if REG live at start of BB. */ int df_bb_reg_live_start_p (df, bb, reg) struct df *df ATTRIBUTE_UNUSED; @@ -3067,7 +3067,7 @@ df_bb_reg_live_start_p (df, bb, reg) } -/* Return non-zero if REG live at end of BB. */ +/* Return nonzero if REG live at end of BB. */ int df_bb_reg_live_end_p (df, bb, reg) struct df *df ATTRIBUTE_UNUSED; |