2015-07-08 Richard Biener <rguenther@suse.de>
* fold-const.c (fold_widened_comparison): Fix inverted comparison.
From-SVN: r225535
+2015-07-08 Richard Biener <rguenther@suse.de>
+
+ * fold-const.c (fold_widened_comparison): Fix inverted comparison.
+
2015-07-08 Alan Modra <amodra@gmail.com>
* target.def (rtx_costs): Remove "code" param, add "mode".
if (TREE_CODE (arg1_unw) != INTEGER_CST
|| TREE_CODE (shorter_type) != INTEGER_TYPE
- || !int_fits_type_p (arg1_unw, shorter_type))
+ || int_fits_type_p (arg1_unw, shorter_type))
return NULL_TREE;
/* If we are comparing with the integer that does not fit into the range