On 11/15/2010 11:12 AM, Jakub Jelinek wrote:
> -       if (simple_cst_equal(TREE_VALUE (op), memory_identifier_string) == 1)
> +       if (strcmp (TREE_STRING_POINTER (TREE_VALUE (link)), "memory") == 0)

I prefer this solution.  I think memory_identifier_string is over-engineering.
Patch to remove it entirely is pre-approved.


r~

Reply via email to