It contains this line:
orig_lhs = TREE_OPERAND (orig_lhs, 1);
But orig_lhs is a VIEW_CONVERT_EXPR which has only one operand.That's certainly a typo. But I recall that that code has to go anyway.
It contains this line:
orig_lhs = TREE_OPERAND (orig_lhs, 1);
But orig_lhs is a VIEW_CONVERT_EXPR which has only one operand.That's certainly a typo. But I recall that that code has to go anyway.