1 ; RUN: llc < %s -O1 -mtriple=x86_64-pc-win32 | FileCheck %s
3 ; Neither of these functions need .seh_ directives. We used to crash.
5 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
6 target triple = "x86_64-pc-windows-msvc"
8 declare i32 @__CxxFrameHandler3(...)
10 define void @f1() uwtable nounwind personality i32 (...)* @__CxxFrameHandler3 {
17 define void @f2() uwtable {