diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-30 15:01:50 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-30 15:01:50 +0000 |
commit | e5837c07d54b3775b6f3d61dd336de854f9c8490 (patch) | |
tree | 88772e687778f4d1fe3e287ac33fc97a5dcd47f1 /gcc/alias.c | |
parent | bc70506b60ee7e3b7bc3eff279188d389755a60f (diff) | |
download | gcc-e5837c07d54b3775b6f3d61dd336de854f9c8490.zip gcc-e5837c07d54b3775b6f3d61dd336de854f9c8490.tar.gz gcc-e5837c07d54b3775b6f3d61dd336de854f9c8490.tar.bz2 |
alias.c: Fix comment formatting.
* alias.c: Fix comment formatting.
* recog.c: Likewise.
* config/cris/cris.c: Likewise.
* config/cris/cris.h: Likewise.
* config/i960/i960.c: Likewise.
* config/i960/i960.h: Likewise.
From-SVN: r46640
Diffstat (limited to 'gcc/alias.c')
-rw-r--r-- | gcc/alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/alias.c b/gcc/alias.c index c754e6e..2581b2a 100644 --- a/gcc/alias.c +++ b/gcc/alias.c @@ -510,7 +510,7 @@ get_alias_set (t) if (decl && DECL_POINTER_ALIAS_SET_KNOWN_P (decl)) { - /* If we haven't computed the actual alias set, do it now. */ + /* If we haven't computed the actual alias set, do it now. */ if (DECL_POINTER_ALIAS_SET (decl) == -2) { /* No two restricted pointers can point at the same thing. |