1 ; RUN: llc < %s -verify-coalescing | FileCheck %s
2 target triple = "x86_64-pc-win32"
4 @fnptr = external global ptr
8 %p = load ptr, ptr @fnptr
13 ; CHECK-LABEL: test1{{$}}
14 ; CHECK-NOT: .seh_proc test1
15 ; CHECK: rex64 jmpq *fnptr(%rip)
16 ; CHECK-NOT: .seh_endproc