From 207156e4f8301c508d92c2e102ce349985d98dbb Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Fri, 5 Jul 2013 09:40:07 +0000 Subject: [PATCH] * tree-complex.c (expand_complex_operations_1): Fix typo. From-SVN: r200693 --- gcc/ChangeLog | 4 ++++ gcc/tree-complex.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * tree-complex.c (expand_complex_operations_1): Fix typo. + 2013-07-04 Tejas Belagod * 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; -- 2.30.2