From 9245c4930f40b0fd95cba6fc5eae7a2cf4aed76b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Thu, 2 Jun 2022 12:57:51 +0300 Subject: [PATCH] [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. --- llvm/test/CodeGen/ARM/Windows/wineh-opcodes.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/ARM/Windows/wineh-opcodes.ll b/llvm/test/CodeGen/ARM/Windows/wineh-opcodes.ll index 81808ff..bfa2860 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 -- 2.7.4