Commit b7a775b2 by Richard Kenner

(simplify_comparison): Call CANONICALIZE_COMPARISON, if defined.

From-SVN: r7353
parent e53076d6
......@@ -9449,6 +9449,12 @@ simplify_comparison (code, pop0, pop1)
}
}
#ifdef CANONICALIZE_COMPARISON
/* If this machine only supports a subset of valid comparisons, see if we
can convert an unsupported one into a supported one. */
CANONICALIZE_COMPARISON (code, op0, op1);
#endif
*pop0 = op0;
*pop1 = op1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment