1 ; Test that asm goto can be compiled.
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z14
7 callbr void asm sideeffect "j d", "!i"()
8 to label %asm.fallthrough [label %d]
10 asm.fallthrough: ; preds = %entry
13 d: ; preds = %asm.fallthrough, %entry