1 # RUN: llc -o - %s -mtriple=x86_64-- -verify-cfiinstrs \
2 # RUN: -run-pass=cfi-instr-inserter
4 # Test that CFI verifier does not report inconsistent offset for the
7 name: testNoreturnBlock
10 CFI_INSTRUCTION def_cfa_offset 24
11 JCC_1 %bb.2, 5, implicit undef $eflags
14 CFI_INSTRUCTION def_cfa_offset 32
20 # C code to reproduce the issue, built with
21 # '-O2 -mllvm -tail-merge-size=1 -mllvm -verify-cfiinstrs':
23 # void foo1(int v) __attribute__((noreturn)) {