Skip to content

Commit 6381cfe

Browse files
committed
[X86] stack-frame-layout-remarks.ll - fix BOTH-Next -> BOTH-NEXT typo
Typo identified in #91854
1 parent 1b06643 commit 6381cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/stack-frame-layout-remarks.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ entry:
3535
declare void @llvm.dbg.declare(metadata, metadata, metadata) #0
3636

3737
; BOTH: Function: cleanup_array
38-
; BOTH-Next: Offset: [SP+4], Type: Protector, Align: 16, Size: 4
38+
; BOTH-NEXT: Offset: [SP+4], Type: Protector, Align: 16, Size: 4
3939
; DEBUG: a @ dot.c:13
4040
; STRIPPED-NOT: a @ dot.c:13
4141
; BOTH: Offset: [SP-4], Type: Spill, Align: 8, Size: 4

0 commit comments

Comments
 (0)