* expr.c (get_def_for_expr_class): Define only if
HAVE_conditional_move.
(convert_tree_comp_to_rtx): Likewise.
From-SVN: r187727
+2012-05-21 Andreas Schwab <schwab@linux-m68k.org>
+
+ * expr.c (get_def_for_expr_class): Define only if
+ HAVE_conditional_move.
+ (convert_tree_comp_to_rtx): Likewise.
+
2012-05-21 Uros Bizjak <ubizjak@gmail.com>
PR target/53399
return def_stmt;
}
+#ifdef HAVE_conditional_move
/* Return the defining gimple statement for SSA_NAME NAME if it is an
assigment and the class of the expresion on the RHS is CLASS. Return
NULL otherwise. */
return def_stmt;
}
+#endif
\f
/* Determine whether the LEN bytes generated by CONSTFUN can be
return MAX (factor, talign);
}
\f
+#ifdef HAVE_conditional_move
/* Convert the tree comparision code TCODE to the rtl one where the
signedness is UNSIGNEDP. */
}
return code;
}
+#endif
/* Subroutine of expand_expr. Expand the two operands of a binary
expression EXP0 and EXP1 placing the results in OP0 and OP1.