qbe

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

commit d8770d112bcee4c9df1cb4276780bddc818de5a4
parent 71e6fa0b302e38232199f53214d06d7001c64caa
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Sat,  9 Apr 2016 14:31:42 -0400

fix wrong assertion in fold

Diffstat:
Mfold.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fold.c b/fold.c @@ -206,7 +206,7 @@ fold(Fn *fn) } b->visit++; assert(b->jmp.type != JJmp - || edge[n][0].dead != 0 + || !edge[n][0].dead || flowrk == &edge[n][0]); } else if (nuse) {