Skip to content

Commit fa849a7

Browse files
committed
Spelling, strings, spacing
1 parent 8abe0a5 commit fa849a7

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

llvm/test/DebugInfo/X86/no-prologue-end-after-line0-calls.mir

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## 0: 50 push %rax
1919
## 1: 31 c0 xor %eax,%eax
2020
## 3: e8 00 00 00 00 call 8 <main+0x8>
21-
## 4: R_X86_64_PLT32 ext-0x4
21+
## 4: R_X86_64_PLT32 ext-0x4
2222
## 8: 31 c0 xor %eax,%eax
2323
## a: 59 pop %rcx
2424
## b: c3 ret
@@ -30,7 +30,7 @@
3030
##
3131
## Instead: we shouldn't put a prologue_end on this function at all. It's too
3232
## deformed from the original code to truly have a position (with a line number)
33-
## that is both true, and after frame setup. This gives comsumers the
33+
## that is both true, and after frame setup. This gives consumers the
3434
## opportunity to recognise "this is a crazy function" and act accordingly.
3535
##
3636
## Check lines ensure that there's something meaningful in the line table
@@ -43,8 +43,6 @@
4343
# CHECK: 2 0 0
4444
# CHECK: end_sequence
4545
--- |
46-
; ModuleID = '/tmp/test.c'
47-
source_filename = "/tmp/test.c"
4846
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
4947
target triple = "x86_64-unknown-linux-gnu"
5048

@@ -63,18 +61,18 @@
6361
!llvm.module.flags = !{!2, !3, !4, !5, !6, !7, !8}
6462
!llvm.ident = !{!9}
6563

66-
!0 = distinct !DICompileUnit(language: DW_LANG_C11, file: !1, producer: "clang version 22.0.0git (/fast/fs/llvm4 8989ec5439dc2df2aeb7e5ea3e6c255ce8e9634d)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, splitDebugInlining: false, nameTableKind: None)
67-
!1 = !DIFile(filename: "/tmp/test.c", directory: "/fast/fs/llvm-stage/debug", checksumkind: CSK_MD5, checksum: "9862df54ae1fdd9354308eae69de364a")
64+
!0 = distinct !DICompileUnit(language: DW_LANG_C11, file: !1, producer: "clang", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, splitDebugInlining: false, nameTableKind: None)
65+
!1 = !DIFile(filename: "/tmp/test.c", directory: "")
6866
!2 = !{i32 7, !"Dwarf Version", i32 5}
6967
!3 = !{i32 2, !"Debug Info Version", i32 3}
7068
!4 = !{i32 1, !"wchar_size", i32 4}
7169
!5 = !{i32 8, !"PIC Level", i32 2}
7270
!6 = !{i32 7, !"PIE Level", i32 2}
7371
!7 = !{i32 7, !"uwtable", i32 2}
7472
!8 = !{i32 7, !"debug-info-assignment-tracking", i1 true}
75-
!9 = !{!"clang version 22.0.0git (/fast/fs/llvm4 8989ec5439dc2df2aeb7e5ea3e6c255ce8e9634d)"}
73+
!9 = !{!"clang"}
7674
!10 = distinct !DISubprogram(name: "main", scope: !11, file: !11, line: 2, type: !12, scopeLine: 2, flags: DIFlagPrototyped | DIFlagAllCallsDescribed, spFlags: DISPFlagDefinition | DISPFlagOptimized, unit: !0, retainedNodes: !18, keyInstructions: true)
77-
!11 = !DIFile(filename: "/tmp/test.c", directory: "", checksumkind: CSK_MD5, checksum: "9862df54ae1fdd9354308eae69de364a")
75+
!11 = !DIFile(filename: "/tmp/test.c", directory: "")
7876
!12 = !DISubroutineType(types: !13)
7977
!13 = !{!14, !14, !15}
8078
!14 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)

0 commit comments

Comments
 (0)