| Submitter | H.J. Lu |
|---|---|
| Date | Aug. 9, 2010, 3:58 p.m. |
| Message ID | <AANLkTi=Kzrq1J65hSYP7Ot82cq-TY4bM_c0esFTb0tdo@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/61287/ |
| State | New |
| Headers | show |
Comments
Patch
Index: alias.c =================================================================== --- alias.c (revision 163037) +++ alias.c (working copy) @@ -2534,7 +2534,6 @@ int may_alias_p (const_rtx mem, const_rtx x) { rtx x_addr, mem_addr; - int ret; if (MEM_VOLATILE_P (x) && MEM_VOLATILE_P (mem)) return 1;