Fix bug in StmtList::EmitCode()
Previously, we would return immediately if the current basic block was NULL; however, this is the wrong thing to do in that goto labels and case/default labels in switch statements will establish a new current basic block even if the current one is NULL.
This commit is contained in:
Reference in New Issue
Block a user