mirror of git://gcc.gnu.org/git/gcc.git
* tree-complex.c (expand_complex_operations_1): Fix typo.
From-SVN: r200693
This commit is contained in:
parent
baed70ac77
commit
207156e4f8
|
|
@ -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>
|
2013-07-04 Tejas Belagod <tejas.belagod@arm.com>
|
||||||
|
|
||||||
* config/aarch64/aarch64-protos.h (cpu_vector_cost): New.
|
* config/aarch64/aarch64-protos.h (cpu_vector_cost): New.
|
||||||
|
|
|
||||||
|
|
@ -1472,7 +1472,7 @@ expand_complex_operations_1 (gimple_stmt_iterator *gsi)
|
||||||
case EQ_EXPR:
|
case EQ_EXPR:
|
||||||
case NE_EXPR:
|
case NE_EXPR:
|
||||||
/* Note, both GIMPLE_ASSIGN and GIMPLE_COND may have an EQ_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));
|
inner_type = TREE_TYPE (gimple_op (stmt, 1));
|
||||||
if (TREE_CODE (inner_type) != COMPLEX_TYPE)
|
if (TREE_CODE (inner_type) != COMPLEX_TYPE)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue