aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Quinot <quinot@adacore.com>2013-07-05 09:40:07 +0000
committerArnaud Charlet <charlet@adacore.com>2013-07-05 09:40:07 +0000
commit2ebab3620f62602da879badbb875b0e2c30ccddc (patch)
treed7c437cfc957c753e9935dc7e729bfd31b4ecb47
parent07e18c26a301ec8e8df779a62b57923a9a7d9d7a (diff)
* tree-complex.c (expand_complex_operations_1): Fix typo.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@200693 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-complex.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 23c3cdeb172..b6bde8d679f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-05 Thomas Quinot <quinot@adacore.com>
+
+ * tree-complex.c (expand_complex_operations_1): Fix typo.
+
2013-07-04 Tejas Belagod <tejas.belagod@arm.com>
* config/aarch64/aarch64-protos.h (cpu_vector_cost): New.
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c
index d43172be3bf..5caba01cde4 100644
--- a/gcc/tree-complex.c
+++ b/gcc/tree-complex.c
@@ -1472,7 +1472,7 @@ expand_complex_operations_1 (gimple_stmt_iterator *gsi)
case EQ_EXPR:
case NE_EXPR:
/* Note, both GIMPLE_ASSIGN and GIMPLE_COND may have an EQ_EXPR
- subocde, so we need to access the operands using gimple_op. */
+ subcode, so we need to access the operands using gimple_op. */
inner_type = TREE_TYPE (gimple_op (stmt, 1));
if (TREE_CODE (inner_type) != COMPLEX_TYPE)
return;