We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6ec66 commit 1004659Copy full SHA for 1004659
llvm/test/DebugInfo/AArch64/merge-nested-block-loc.ll
@@ -1,8 +1,8 @@
1
; RUN: opt -mtriple=aarch64-unknown-linux-gnu -S %s -passes=sroa -o - | FileCheck %s
2
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.
+; In this test we want to ensure that the merged location of phi instruction
+; belongs to the correct scope (DILexicalBlockFile), so that line number
+; of that location belongs to the corresponding file.
6
7
; Generated with clang from
8
; # 1 "1.c" 1
0 commit comments