| Submitter | Alexandre Oliva |
|---|---|
| Date | Jan. 6, 2012, 7:27 p.m. |
| Message ID | <orsjjshbrs.fsf@livre.localdomain> |
| Download | mbox | patch |
| Permalink | /patch/134692/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/cselib.c =================================================================== --- gcc/cselib.c.orig 2012-01-06 14:18:38.954548069 -0200 +++ gcc/cselib.c 2012-01-06 14:18:44.952460886 -0200 @@ -1035,6 +1035,10 @@ cselib_hash_rtx (rtx x, int create, enum switch (code) { + case VALUE: + e = CSELIB_VAL_PTR (x); + return e->hash; + case MEM: case REG: e = cselib_lookup (x, GET_MODE (x), create, memmode);