OSDN Git Service

* config/rs6000/rs6000.c (build_opaque_vector_type): Set
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-forwprop.c
index cf6cf04..ac9d851 100644 (file)
@@ -845,7 +845,7 @@ forward_propagate_comparison (tree cond, tree stmt)
                        TREE_OPERAND (cond, 0), TREE_OPERAND (cond, 1));
        }
       /* We can propagate the condition into X op CST where op
-        is EQ_EXRP or NE_EXPR and CST is either one or zero.  */
+        is EQ_EXPR or NE_EXPR and CST is either one or zero.  */
       else if (COMPARISON_CLASS_P (rhs)
               && TREE_CODE (TREE_OPERAND (rhs, 0)) == SSA_NAME
               && TREE_CODE (TREE_OPERAND (rhs, 1)) == INTEGER_CST)