Skip to content

Commit fc0329f

Browse files
committed
Fix types in comment
1 parent 03b4ce3 commit fc0329f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/Coroutines/coro-split-dbg-labels.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ coro_Suspend: ; preds = %for.cond, %if.then,
8888
; CHECK: ![[DESTROY_0]] = !DILabel(scope: !{{[0-9]+}}, name: "__coro_resume_0", file: !{{[0-9]*}}, line: 12, column: 6, isArtificial: true, coroSuspendIdx: 0)
8989
; CHECK: ![[DESTROY_1]] = !DILabel(scope: !{{[0-9]+}}, name: "__coro_resume_1", file: !{{[0-9]*}}, line: 14, column: 6, isArtificial: true, coroSuspendIdx: 1)
9090

91-
; Check the we do not emit any DILabels in LineTableOnly mode.
92-
; The DWARF emitter cannot handle this and would run into an assertion
91+
; Check the we do not emit any DILabels in LineTablesOnly mode.
92+
; The DWARF emitter cannot handle this and would run into an assertion.
9393
; LINE-TABLE: !DICompileUnit{{.*}}LineTablesOnly
9494
; LINE-TABLE-NOT: DILabel
9595

0 commit comments

Comments
 (0)