1 # RUN: not --crash llc -mtriple=i686-- -run-pass liveintervals -o - %s 2>&1 | FileCheck %s
2 # RUN: not --crash llc -mtriple=i686-- --passes='print<live-intervals>' -o - %s 2>&1 | FileCheck %s
6 define void @func() { ret void }
9 # Liveness calculation should detect that we do not have a definition for %0
10 # on all paths; In this example a def for %0 is missing when jumping from
13 # CHECK: Use of %0 does not have a corresponding definition on every path
14 # CHECK: ERROR: Use not jointly dominated by defs.
17 - { id: 0, class: gr32 }
20 JCC_1 %bb.2, 15, implicit $eflags