Skip to content

Commit 1004659

Browse files
committed
Fix test comment
1 parent cc6ec66 commit 1004659

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/DebugInfo/AArch64/merge-nested-block-loc.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; RUN: opt -mtriple=aarch64-unknown-linux-gnu -S %s -passes=sroa -o - | FileCheck %s
22

3-
; In this test we want to ensure that the location of phi instruction merged from locations
4-
; of %mul3 and %mul9 belongs to the correct scope (DILexicalBlockFile), so that line
5-
; number of that location belongs to the corresponding file.
3+
; In this test we want to ensure that the merged location of phi instruction
4+
; belongs to the correct scope (DILexicalBlockFile), so that line number
5+
; of that location belongs to the corresponding file.
66

77
; Generated with clang from
88
; # 1 "1.c" 1

0 commit comments

Comments
 (0)