qbe

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

commit 4185168edc39cb53d338e23169cf5c6463dc343f
parent fa3f7b53fa27a37b2eb142d046bba3df70b695ba
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Tue, 20 Oct 2015 18:04:57 -0400

missed a few cases in the tree automaton

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

diff --git a/lisc/isel.c b/lisc/isel.c @@ -602,7 +602,10 @@ anumber(char *an, Blk *b, Con *c) static char addtbl[10][10] = { [0] [0] = 4, [4] [4] = 4, + [4] [5] = 4, + [4] [6] = 4, [5] [5] = 4, + [5] [6] = 4, [6] [6] = 4, [0] [3] = 4, [2] [4] = 5,