summaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-29 14:52:00 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-29 14:52:00 +0000
commit738571e87c2c95ca446849e5aec56aa89f9c9b1e (patch)
treecf43d065d0664019b75751ffca6fa764ee244081 /gcc/tree-complex.c
parentde16fecdc0677b515301254c18aa0e2593a82579 (diff)
downloadgcc-738571e87c2c95ca446849e5aec56aa89f9c9b1e.tar.gz
* cfg.c, tree-complex.c, config/frv/frv.c, config/i386/i386.c:
Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102555 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r--gcc/tree-complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c
index a63134f0ec1..de231191824 100644
--- a/gcc/tree-complex.c
+++ b/gcc/tree-complex.c
@@ -502,7 +502,7 @@ set_component_ssa_name (tree ssa_name, bool imag_p, tree value)
;
/* If we've nothing assigned, and the value we're given is already stable,
- then install that as the value for this SSA_NAME. This pre-emptively
+ then install that as the value for this SSA_NAME. This preemptively
copy-propagates the value, which avoids unnecessary memory allocation. */
else if (is_gimple_min_invariant (value))
{