Merging r259740:
[oota-llvm.git] / test / CodeGen / PowerPC / unwind-dw2.ll
1 ; RUN: llc < %s
2 target 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"
3 target triple = "powerpc64-unknown-linux-gnu"
4
5 ; Function Attrs: nounwind
6 define void @foo() #0 {
7 entry:
8   call void @llvm.eh.unwind.init()
9   ret void
10 }
11
12 ; Function Attrs: nounwind
13 declare void @llvm.eh.unwind.init() #0
14
15 attributes #0 = { nounwind }