[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / AArch64 / win64-nocfi.ll
bloba1ca56173a2a2348a4a8c0e42a480f2ffadacaff
1 ; RUN: llc < %s -mtriple=aarch64-pc-windows-msvc | FileCheck %s
3 define dso_local void @"?f@@YAXXZ"() nounwind sspstrong uwtable {
4 ; CHECK-LABEL: f@@YAXXZ
5 ; CHECK-NOT: .seh_proc
6 ; CHECK-NOT: .seh_handlerdata
7 ; CHECK-NOT: .seh_endproc
8 entry:
9   call void @llvm.trap()
10   ret void
13 declare void @llvm.trap() noreturn nounwind