1 # RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
5 define i32 @foo(i32 %a) {
7 %0 = icmp sle i32 %a, 10
8 br i1 %0, label %less, label %exit
10 less: ; preds = %entry
13 exit: ; preds = %entry
20 tracksRegLiveness: true
25 successors: %bb.1.less, %bb.2.exit
26 ; CHECK: [[@LINE+1]]:19: expected line break at the end of a list
29 CMP32ri8 $edi, 10, implicit-def $eflags
30 JCC_1 %bb.2.exit, 15, implicit killed $eflags
33 $eax = MOV32r0 implicit-def dead $eflags
39 $eax = COPY killed $edi