[llvm] 6381cfe - [X86] stack-frame-layout-remarks.ll - fix BOTH-Next -> BOTH-NEXT typo
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 03:07:43 PDT 2024
Author: Simon Pilgrim
Date: 2024-05-22T11:07:24+01:00
New Revision: 6381cfe8910bfd8cefb91b565b7640529e2f75f2
URL: https://github.com/llvm/llvm-project/commit/6381cfe8910bfd8cefb91b565b7640529e2f75f2
DIFF: https://github.com/llvm/llvm-project/commit/6381cfe8910bfd8cefb91b565b7640529e2f75f2.diff
LOG: [X86] stack-frame-layout-remarks.ll - fix BOTH-Next -> BOTH-NEXT typo
Typo identified in #91854
Added:
Modified:
llvm/test/CodeGen/X86/stack-frame-layout-remarks.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/stack-frame-layout-remarks.ll b/llvm/test/CodeGen/X86/stack-frame-layout-remarks.ll
index d32a37efcb5a4..cd5edcf2ae502 100644
--- a/llvm/test/CodeGen/X86/stack-frame-layout-remarks.ll
+++ b/llvm/test/CodeGen/X86/stack-frame-layout-remarks.ll
@@ -35,7 +35,7 @@ entry:
declare void @llvm.dbg.declare(metadata, metadata, metadata) #0
; BOTH: Function: cleanup_array
-; BOTH-Next: Offset: [SP+4], Type: Protector, Align: 16, Size: 4
+; BOTH-NEXT: Offset: [SP+4], Type: Protector, Align: 16, Size: 4
; DEBUG: a @ dot.c:13
; STRIPPED-NOT: a @ dot.c:13
; BOTH: Offset: [SP-4], Type: Spill, Align: 8, Size: 4
More information about the llvm-commits
mailing list