qbe

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

commit 567c18398f7c35ec3527a6a1245a95774dcbf0a2
parent 6cba2db94922c6542d0de7e4f4d4a2323a6d9981
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Wed, 16 Mar 2016 11:00:49 -0400

refine comment of OpDesc.sflag

Diffstat:
Mlisc/lisc.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisc/lisc.h b/lisc/lisc.h @@ -303,7 +303,7 @@ struct OpDesc { char *name; int nmem; char argcls[2][4]; - uint sflag:1; /* sets flags */ + uint sflag:1; /* sets the zero flag */ uint lflag:1; /* leaves flags */ };