Skip to content

Commit 8eaad8f

Browse files
authored
fixup! Fix for opt-remarks (#9903)
(cherry picked from commit 1af225e)
1 parent 0501790 commit 8eaad8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/Transforms/Util/auto-init-annotation-remarks.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn memo
2020
!llvm.module.flags = !{!4}
2121

2222
!0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1, producer: "debugify", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug)
23-
!1 = !DIFile(filename: "/Users/zainjaffal/Repos/internal/llvm-project2/llvm/test/Transforms/Util/bounds-safety-annotation-remarks.ll", directory: "/")
23+
!1 = !DIFile(filename: "/llvm-project/llvm/test/Transforms/Util/bounds-safety-annotation-remarks.ll", directory: "/")
2424
!2 = !{i32 4}
2525
!3 = !{i32 1}
2626
!4 = !{i32 2, !"Debug Info Version", i32 3}
@@ -54,7 +54,7 @@ attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn memo
5454
; CHECK-NEXT: Pass: annotation-remarks
5555
; CHECK-NEXT: Name: AutoInitStore
5656
; CHECK-NEXT: DebugLoc: { File:
57-
; CHECK-NEXT: Line: 3, Column: 1 }
57+
; CHECK-NEXT: Line: 2, Column: 1 }
5858
; CHECK-NEXT: Function: test1
5959
; CHECK-NEXT: Args:
6060
; CHECK-NEXT: - String: Store inserted by -ftrivial-auto-var-init.
@@ -78,7 +78,7 @@ attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn memo
7878
; CHECK-NEXT: Pass: annotation-remarks
7979
; CHECK-NEXT: Name: AutoInitStore
8080
; CHECK-NEXT: DebugLoc: { File:
81-
; CHECK-NEXT: Line: 2, Column: 1 }
81+
; CHECK-NEXT: Line: 3, Column: 1 }
8282
; CHECK-NEXT: Function: test1
8383
; CHECK-NEXT: Args:
8484
; CHECK-NEXT: - String: Store inserted by -ftrivial-auto-var-init.
@@ -97,4 +97,4 @@ attributes #0 = { nocallback nofree nosync nounwind speculatable willreturn memo
9797
; CHECK-NEXT: - String: ' Atomic: '
9898
; CHECK-NEXT: - StoreAtomic: 'false'
9999
; CHECK-NEXT: - String: .
100-
; CHECK-NEXT: ...
100+
; CHECK-NEXT: ...

0 commit comments

Comments
 (0)