Switch from fallthrough back to jump.

This commit is contained in:
Tyler McMullen
2019-04-10 14:17:23 -07:00
committed by Benjamin Bouvier
parent 5596b5fadc
commit 1090dc5069

View File

@@ -64,7 +64,7 @@ ebb2:
; nextln: v2 = select v3, v1, v1
; nextln: trapz v3, user0
; nextln: brnz v3, ebb2
; nextln: fallthrough ebb1
; nextln: jump ebb1
function %irsub_imm(i32) -> i32 {
ebb0(v0: i32):