diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-25 03:52:42 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-25 03:52:42 +0000 |
commit | 4885b28602cc78f9491be97dc9cb20e66b921fbf (patch) | |
tree | bf5e07ce58ea32552b2f08730c4b206c218b96ac /gcc/ifcvt.c | |
parent | 47e051ca38cab251de07e884fa94a936bc348bc7 (diff) | |
download | gcc-4885b28602cc78f9491be97dc9cb20e66b921fbf.tar.gz |
* c-common.h: Fix comment typos.
* c-decl.c: Likewise.
* cgraphunit.c: Likewise.
* combine.c: Likewise.
* et-forest.c: Likewise.
* flow.c: Likewise.
* function.c: Likewise.
* ifcvt.c: Likewise.
* integrate.c: Likewise.
* jump.c: Likewise.
* postreload.c: Likewise.
* varray.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76539 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index 2b10e18628e..ffcb0016298 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -1964,7 +1964,7 @@ noce_process_if_block (struct ce_if_block * ce_info) } /* Disallow the "if (...) x = a;" form (with an implicit "else x = x;") - for most optimizations if writing to x may trap, i.e. its a memory + for most optimizations if writing to x may trap, i.e. it's a memory other than a static var or a stack slot. */ if (! set_b && GET_CODE (orig_x) == MEM |