1 ; RUN: llc -verify-machineinstrs < %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"
5 ; Function Attrs: nounwind
6 define void @foo() #0 {
8 call void @llvm.eh.unwind.init()
12 ; Function Attrs: nounwind
13 declare void @llvm.eh.unwind.init() #0
15 attributes #0 = { nounwind }