1 # Test case with a simple PIC-style jump table where the register containing
2 # the jump table address is defined outside of the basic block containing the
5 # One of the destinations of the jump table points past the end of the function
6 # similar to the code generated for __builtin_unreachable().
14 .cfi_def_cfa_offset 16
16 leaq
.LJUMPTABLE(%rip), %rcx
21 movslq
(%rcx
,%rdi
,4), %rax
52 .long .LUNREACHABLE-.LJUMPTABLE