]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-complex.c (expand_complex_operations_1): Fix typo.
authorThomas Quinot <quinot@adacore.com>
Fri, 5 Jul 2013 09:40:07 +0000 (09:40 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 5 Jul 2013 09:40:07 +0000 (11:40 +0200)
From-SVN: r200693

gcc/ChangeLog
gcc/tree-complex.c

index 23c3cdeb17286292bf9712d62d439ac723466512..b6bde8d679f7a32732056b234c3bd78d2af55109 100644 (file)
@@ -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.
index d43172be3bf2827753cf68a6cc895be0206f0576..5caba01cde41979648f73cc4e0b896dcf6c62415 100644 (file)
@@ -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;