Skip to content

Commit 1d58f85

Browse files
committed
[DebugInfo][test] Update output from llvm-dwarfdump
D152535 added printing of op-index to llvm-dwarfdump. As a result, the expected output from test/debug_info/redundant_inst.f90 must be updated.
1 parent 2a889c1 commit 1d58f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/debug_info/redundant_inst.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
!STORE: ![[LOCATION]] = !DILocation(line: 19, column: 1, scope: !{{.*}})
1010

1111
!Check the line table entry of the second assignment.
12-
!LINETABLE: Address Line Column File ISA Discriminator Flags
13-
!LINETABLE: 0x{{.*}} 19 1 1 0 0 is_stmt
12+
!LINETABLE: Address Line Column File ISA Discriminator {{(OpIndex )?}}Flags
13+
!LINETABLE: 0x{{.*}} 19 1 1 0 0 {{(0 )?}}is_stmt
1414

1515

1616
program main

0 commit comments

Comments
 (0)