diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-09 21:57:09 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-09 21:57:09 +0000 |
commit | 139073accd57900f6b4a15762d61141cd14749ec (patch) | |
tree | 57b03e330fb749efc5a0ca8b90599fc32b0ab8a2 /gcc/ipa-type-escape.c | |
parent | f59e0622edfeec49ef69d6c00121e8f248dbf4cc (diff) | |
download | gcc-139073accd57900f6b4a15762d61141cd14749ec.tar.gz |
Fix whitespacing
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-type-escape.c')
-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 921284db667..7cdfbe13c1a 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. */ |