diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-22 06:45:14 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-22 06:45:14 +0000 |
commit | beb235f8964321e02e492c9b6856a1ca56f2e027 (patch) | |
tree | b240bf213337fa404942e0e2bdbb6534d89eb5e0 /gcc/regmove.c | |
parent | 2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (diff) | |
download | gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.zip gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.gz gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.bz2 |
c-decl.c: Fix comment formatting.
* c-decl.c: Fix comment formatting.
* cfgrtl.c: Likewise.
* combine.c: Likewise.
* convert.c: Likewise.
* dominance.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* expmed.c: Likewise.
* fold-const.c: Likewise.
* gcov.c: Likewise.
* genattrtab.c: Likewise.
* ggc-common.c: Likewise.
* mips-tfile.c: Likewise.
* regmove.c: Likewise.
From-SVN: r70677
Diffstat (limited to 'gcc/regmove.c')
-rw-r--r-- | gcc/regmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regmove.c b/gcc/regmove.c index 550694a..9205e1f 100644 --- a/gcc/regmove.c +++ b/gcc/regmove.c @@ -2032,7 +2032,7 @@ fixup_match_1 (rtx insn, rtx set, rtx src, rtx src_subreg, rtx dst, } -/* return nonzero if X is stable and mentions no registers but for +/* Return nonzero if X is stable and mentions no registers but for mentioning SRC or mentioning / changing DST . If in doubt, presume it is unstable. The rationale is that we want to check if we can move an insn easily |