Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / TailCallElim / debugloc.ll
blob49957695a421b9f15ff9241123d9fc0b77d4752e
1 ; RUN: opt < %s -passes=debugify,tailcallelim -S | FileCheck %s
2 ; RUN: opt < %s -passes=debugify,tailcallelim -S --try-experimental-debuginfo-iterators | FileCheck %s
4 define void @foo() {
5 entry:
6 ; CHECK-LABEL: entry:
7 ; CHECK: br label %tailrecurse{{$}}
9   call void @foo()                            ;; line 1
10   ret void
12 ; CHECK-LABEL: tailrecurse:
13 ; CHECK: br label %tailrecurse, !dbg ![[DbgLoc:[0-9]+]]
16 ;; Make sure tailrecurse has the call instruction's DL
17 ; CHECK: ![[DbgLoc]] = !DILocation(line: 1