[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / win64-nocfi.ll
blobaae157a81372afd3b68e0384ed1ed5572a15318c
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 
15 define dso_local i32 @getValue() nounwind sspstrong uwtable {
16 ; CHECK-LABEL: getValue
17 ; CHECK-NOT: .seh_proc
18 ; CHECK-NOT: .seh_endprologue
19 ; CHECK-NOT: .seh_startepilogue
20 ; CHECK-NOT: .seh_endepilogue
21 ; CHECK-NOT: .seh_endproc
22 entry:
23   ret i32 42