[llvm] 9245c49 - [ARM] Fix a test case typo. NFC.
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 2 03:04:59 PDT 2022
Author: Martin Storsjö
Date: 2022-06-02T13:04:50+03:00
New Revision: 9245c4930f40b0fd95cba6fc5eae7a2cf4aed76b
URL: https://github.com/llvm/llvm-project/commit/9245c4930f40b0fd95cba6fc5eae7a2cf4aed76b
DIFF: https://github.com/llvm/llvm-project/commit/9245c4930f40b0fd95cba6fc5eae7a2cf4aed76b.diff
LOG: [ARM] Fix a test case typo. NFC.
The test looked for the wrong string, but it happened to match as
it was a substring of the actual output.
This fixes a typo from d8e67c1cccd8fcb62230166caea744592288da17.
Added:
Modified:
llvm/test/CodeGen/ARM/Windows/wineh-opcodes.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/ARM/Windows/wineh-opcodes.ll b/llvm/test/CodeGen/ARM/Windows/wineh-opcodes.ll
index 81808ffdf07e..bfa2860a5326 100644
--- a/llvm/test/CodeGen/ARM/Windows/wineh-opcodes.ll
+++ b/llvm/test/CodeGen/ARM/Windows/wineh-opcodes.ll
@@ -250,7 +250,7 @@ entry:
; CHECK-NEXT: push.w {r4, r5, r6, lr}
; CHECK-NEXT: .seh_save_regs_w {r4-r6, lr}
; CHECK-NEXT: movw r4, #0
-; CHECK-NEXT: .seh_nop
+; CHECK-NEXT: .seh_nop_w
; CHECK-NEXT: movt r4, #1
; CHECK-NEXT: .seh_nop_w
; CHECK-NEXT: bl __chkstk
More information about the llvm-commits
mailing list