diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-29 15:34:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-29 15:34:45 +0000 |
commit | 17dc88a9b40b154ecfc8fe7c693efc60a1b3ce0c (patch) | |
tree | 3b78c2674c93e2275d0d3bf41205b0be32dd8d9e /gcc/tree-ssa-operands.c | |
parent | c6871095139bbc19c1716601d755c6ca97c56ead (diff) | |
download | gcc-17dc88a9b40b154ecfc8fe7c693efc60a1b3ce0c.tar.gz |
* tree-flow-inline.h, tree-ssa-operands.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98994 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-operands.c')
-rw-r--r-- | gcc/tree-ssa-operands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c index a010b3040ef..7364052e10f 100644 --- a/gcc/tree-ssa-operands.c +++ b/gcc/tree-ssa-operands.c @@ -1198,8 +1198,8 @@ swap_tree_operands (tree *exp0, tree *exp1) use1 = x; break; } - /* If both uses don't have operand entries, there isnt much we can do - at this point. Presumably we dont need to worry about it. */ + /* If both uses don't have operand entries, there isn't much we can do + at this point. Presumably we dont need to worry about it. */ if (use0 != NUM_USES (uses) && use1 != NUM_USES (uses)) { tree *tmp = USE_OP_PTR (uses, use1)->use; |