1 ; RUN: opt < %s -debugify -tailcallelim -S | FileCheck %s
6 ; CHECK: br label %tailrecurse, !dbg ![[DbgLoc:[0-9]+]]
8 call void @foo() ;; line 1
11 ; CHECK-LABEL: tailrecurse:
12 ; CHECK: br label %tailrecurse, !dbg ![[DbgLoc]]
15 ;; Make sure tailrecurse has the call instruction's DL
16 ; CHECK: ![[DbgLoc]] = !DILocation(line: 1