diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2007-05-09 21:57:09 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2007-05-09 21:57:09 +0000 |
commit | 6738920f5dc89113ef2435168ed014e061e18e26 (patch) | |
tree | 57b03e330fb749efc5a0ca8b90599fc32b0ab8a2 | |
parent | 549c8038c684c6d039ec0df921ae0fc2f3249303 (diff) | |
download | gcc-6738920f5dc89113ef2435168ed014e061e18e26.zip gcc-6738920f5dc89113ef2435168ed014e061e18e26.tar.gz gcc-6738920f5dc89113ef2435168ed014e061e18e26.tar.bz2 |
Fix whitespacing
From-SVN: r124583
-rw-r--r-- | gcc/ipa-type-escape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-type-escape.c b/gcc/ipa-type-escape.c index 921284d..7cdfbe1 100644 --- a/gcc/ipa-type-escape.c +++ b/gcc/ipa-type-escape.c @@ -1662,7 +1662,7 @@ ipa_init (void) /* Check out the rhs of a static or global initialization VNODE to see if any of them contain addressof operations. Note that some of - these variables may not even be referenced in the code in this + these variables may not even be referenced in the code in this compilation unit but their right hand sides may contain references to variables defined within this unit. */ |