Skip to content

Commit

Permalink
[ARM] Fix a test case typo. NFC.
Browse files Browse the repository at this point in the history
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 d8e67c1.
  • Loading branch information
mstorsjo committed Jun 2, 2022
1 parent 42358b6 commit 9245c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/ARM/Windows/wineh-opcodes.ll
Expand Up @@ -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
Expand Down

0 comments on commit 9245c49

Please sign in to comment.