Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / DebugInfo / X86 / debugline-endsequence.s
blob69fc184f1cd1a08a4c85fcd4d63e42014ffdf0b3
1 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o - | llvm-dwarfdump --debug-line - | FileCheck %s
3 # The line table is open in the MC path.
4 # The end sequence is emitted using the section end label.
6 # CHECK: 0x0000000000000001 [[T:.*]] end_sequence
7 # CHECK: 0x0000000000000001 [[T:.*]] end_sequence
9 .text
10 .section .text.f1
11 f1:
12 .file 1 "/" "t1.c"
13 .loc 1 1 0
14 nop
16 .section .text.f2
17 f2:
18 .loc 1 2 0
19 nop