From 1090dc5069764b761ee2a2aad908328328f392a7 Mon Sep 17 00:00:00 2001 From: Tyler McMullen Date: Wed, 10 Apr 2019 14:17:23 -0700 Subject: [PATCH] Switch from fallthrough back to jump. --- cranelift/filetests/filetests/simple_preopt/simplify.clif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/filetests/filetests/simple_preopt/simplify.clif b/cranelift/filetests/filetests/simple_preopt/simplify.clif index 05bbbc59cc..1592defe2f 100644 --- a/cranelift/filetests/filetests/simple_preopt/simplify.clif +++ b/cranelift/filetests/filetests/simple_preopt/simplify.clif @@ -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):