Commit 56ccfbd6 by Richard Biener Committed by Richard Biener

match.pd: Fix build.

2017-11-07  Richard Biener  <rguenther@suse.de>

	* match.pd: Fix build.

From-SVN: r254498
parent 6a435314
2017-11-07 Richard Biener <rguenther@suse.de>
* match.pd: Fix build.
2017-11-07 Wilco Dijkstra <wdijkstr@arm.com>
Jackson Woodruff <jackson.woodruff@arm.com>
......@@ -615,7 +615,7 @@ DEFINE_INT_AND_FLOAT_ROUND_FN (RINT)
(simplify
(lshift integer_onep@0 (minus@1 INTEGER_CST@2 @3))
(if (INTEGRAL_TYPE_P (type)
&& wi::eq_p (@2, TYPE_PRECISION (type) - 1)
&& wi::eq_p (wi::to_wide (@2), TYPE_PRECISION (type) - 1)
&& single_use (@1))
(if (TYPE_UNSIGNED (type))
(rshift (lshift @0 @2) @3)
......
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