[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Transforms / TailCallElim / debugloc.ll
blob412dd04b621ae1ebdcc594f88fc9c83a7b81d1a4
1 ; RUN: opt < %s -debugify -tailcallelim -S | FileCheck %s
3 define void @foo() {
4 entry:
5 ; CHECK-LABEL: entry:
6 ; CHECK: br label %tailrecurse, !dbg ![[DbgLoc:[0-9]+]]
8   call void @foo()                            ;; line 1
9   ret void
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