Commit 3c7a8ece by Jan Hubicka Committed by Jan Hubicka

* fold-const.c (operand_equal_p): Handle VIEW_CONVERT_EXPR.

From-SVN: r229278
parent 9145a539
2015-10-23 Jan Hubicka <hubicka@ucw.cz>
* fold-const.c (operand_equal_p): Handle VIEW_CONVERT_EXPR.
2015-10-23 Caroline Tice <cmtice@google.com>
(from Richard Biener
......@@ -2967,6 +2967,7 @@ operand_equal_p (const_tree arg0, const_tree arg1, unsigned int flags)
case REALPART_EXPR:
case IMAGPART_EXPR:
case VIEW_CONVERT_EXPR:
return OP_SAME (0);
case TARGET_MEM_REF:
......
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