diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-12-28 18:17:54 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-12-28 18:17:54 +0000 |
commit | 23d1aac4b58459f98f188344314fee09da6cecde (patch) | |
tree | 05a889a6042079b20e46951152a0ee63b983eef5 /gcc/predict.c | |
parent | 20c907b05dbd501bb1b1b2b6c753665e256b9cb2 (diff) | |
download | gcc-23d1aac4b58459f98f188344314fee09da6cecde.zip gcc-23d1aac4b58459f98f188344314fee09da6cecde.tar.gz gcc-23d1aac4b58459f98f188344314fee09da6cecde.tar.bz2 |
except.c: Fix comment formatting.
* except.c: Fix comment formatting.
* flags.h: Likewise.
* flow.c: Likewise.
* predict.c: Likewise.
* simplify-rtx.c: Likewise.
* system.h: Likewise.
* vmsdbg.h: Likewise.
* vmsdbgout.c: Likewise.
From-SVN: r48349
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index 35a6af2..71da61a 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -386,7 +386,7 @@ estimate_probability (loops_info) /* ??? Postdominator claims each noreturn block to be postdominated by each, so we need to run only once. This needs to be changed once postdominace algorithm is updated to say something more - sane. */ + sane. */ found_noreturn = 1; for (y = 0; y < n_basic_blocks; y++) if (!TEST_BIT (post_dominators[y], i)) |