[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / WinEH / wineh-comdat.ll
blob2ef1650d29eb476f574ee9144a5fc2339106ad82
1 ; RUN: opt -mtriple=i686-unknown-windows-msvc -S -x86-winehstate < %s | FileCheck %s
3 $f = comdat any
5 define void @f() comdat personality i32 (...)* @__CxxFrameHandler3 {
6   invoke void @g() to label %return unwind label %unwind
7 return:
8   ret void
9 unwind:
10   %pad = cleanuppad within none []
11   cleanupret from %pad unwind to caller
14 declare void @g()
15 declare i32 @__CxxFrameHandler3(...)
17 ; CHECK: define internal i32 @"__ehhandler$f"(i8* %0, i8* %1, i8* %2, i8* %3){{ .+}} comdat($f) {