diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/win64_call_epi.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/win64_call_epi.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/win64_call_epi.ll b/llvm/test/CodeGen/X86/win64_call_epi.ll index d514032dcbf..096cbe41c54 100644 --- a/llvm/test/CodeGen/X86/win64_call_epi.ll +++ b/llvm/test/CodeGen/X86/win64_call_epi.ll @@ -24,9 +24,9 @@ catch: ; WIN64: nop ; WIN64: addq ${{[0-9]+}}, %rsp ; WIN64: retq -; Check for 'int3' after noreturn call +; Check for 'ud2' after noreturn call ; WIN64: callq _Unwind_Resume -; WIN64-NEXT: int3 +; WIN64-NEXT: ud2 ; WIN64: .seh_endproc |

