On 06/29/2014 11:14 AM, Uros Bizjak wrote: > if (MEM_READONLY_P (x)) > + if (GET_CODE (mem_addr) == AND) > + return 1; > return 0;
Certainly missing braces here. But with that fixed the patch looks plausible. I'll look at it closer later today. r~
On 06/29/2014 11:14 AM, Uros Bizjak wrote: > if (MEM_READONLY_P (x)) > + if (GET_CODE (mem_addr) == AND) > + return 1; > return 0;
Certainly missing braces here. But with that fixed the patch looks plausible. I'll look at it closer later today. r~