1 ; RUN: opt -mtriple=x86_64-linux-gnu -dwarfehprepare -S %s | FileCheck %s
5 ; Check that 'resume' is lowered to _Unwind_Resume which marked as 'noreturn'
6 define void @pluto() align 2 personality i8* bitcast (i32 (...)* @hoge to i8*) {
7 ;CHECK: call void @_Unwind_Resume(i8* %exn.obj) [[A:#.*]]
8 ;CHECK: attributes [[A]] = { noreturn }
11 to label %bb1 unwind label %bb2
17 %tmp = landingpad { i8*, i32 }
19 resume { i8*, i32 } %tmp