diff --git a/0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch b/0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch index b228e2e9fa1572b2e2b07200507563b6792f0735..8fe166768814a76b682a4c12161bfc4c0c8eb46d 100644 --- a/0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch +++ b/0151-Fix-bugs-and-add-tests-for-RTL-ifcvt.patch @@ -41,7 +41,7 @@ index 50a73a7ca..209987ebc 100644 /* Don't even try if the comparison operands or the mode of X are weird. */ - if (!param_ifcvt_allow_complicated_cmps -+ if (!flag_ifcvt_allow_complicated_cmps ++ if (!flag_ifcvt_allow_complicated_cmps && (cond_complex || !SCALAR_INT_MODE_P (GET_MODE (x)))) return NULL_RTX;