qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit 94b22db5c8c835c54790b32d0549b3cb975b8037
parent 0debea30d462286b921c34ed087dafa1033d1864
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Mon, 15 Feb 2016 15:35:42 -0500

patch isel for store{s,d}

Diffstat:
Mlisc/isel.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lisc/isel.c b/lisc/isel.c @@ -240,6 +240,8 @@ sel(Ins i, ANum *an, Fn *fn) break; case ONop: break; + case OStored: + case OStores: case OStorel: case OStorew: case OStoreh: