blob: e58edff65d5fdd558bf79a4ccd86e8dc368223bf [file] [log] [blame]
Hal Finkel6a636a82013-06-28 22:29:56 +00001; RUN: llc < %s
2target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-v128:128:128-n32:64"
3target triple = "powerpc64-unknown-linux-gnu"
4
5; Function Attrs: nounwind
6define void @foo() #0 {
7entry:
8 call void @llvm.eh.unwind.init()
9 ret void
10}
11
12; Function Attrs: nounwind
13declare void @llvm.eh.unwind.init() #0
14
15attributes #0 = { nounwind }