diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-17 21:23:12 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-17 21:23:12 +0000 |
commit | 1be87b7252bb4b5936fc2ebebdcb9f18bed35bae (patch) | |
tree | d04df8e015f11f7c3f1a689524aaa53d9d41c76a /gcc/ssa-ccp.c | |
parent | 6eb959329f3e10ce3d614e2701a701d89f95cb35 (diff) | |
download | gcc-1be87b7252bb4b5936fc2ebebdcb9f18bed35bae.tar.gz |
* sbitmap.c: Fix comment formatting.
* sched-deps.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* ssa.c: Likewise.
* ssa-ccp.c: Likewise.
* stor-layout.c: Likewise.
* timevar.c: Likewise.
* toplev.c: Likewise.
* unwind-dw2.c: Likewise.
* unwind-dw2-fde.c: Likewise.
* varasm.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44983 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ssa-ccp.c')
-rw-r--r-- | gcc/ssa-ccp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ssa-ccp.c b/gcc/ssa-ccp.c index 1c163570e65..0815f756f16 100644 --- a/gcc/ssa-ccp.c +++ b/gcc/ssa-ccp.c @@ -673,7 +673,7 @@ examine_flow_edges (void) /* If we haven't looked at the next block, and it has a single successor, add it onto the worklist. This is because if we only have one successor, we know it gets executed, - so we don't have to wait for cprop to tell us. */ + so we don't have to wait for cprop to tell us. */ if (succ_edge != NULL && succ_edge->succ_next == NULL && !TEST_BIT (executable_edges, |