mewmew / uc

A compiler for the µC language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

irgen: Missing terminator in basic block

mewmew opened this issue · comments

commented

Missing terminator in basic block

testdata/quiet/parser/p08.c

uclang testdata/quiet/parser/p08.c 
9:
    %!s(<nil>)
10:

testdata/quiet/parser/p07.c

uclang testdata/quiet/parser/p07.c 
9:
    %!s(<nil>)
}