1 ; RUN: llc -verify-machineinstrs < %s | FileCheck %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 !dbg !4 {
8 call void @llvm.eh.unwind.init(), !dbg !9
13 ; CHECK-NOT: .cfi_offset vrsave
16 ; Function Attrs: nounwind
17 declare void @llvm.eh.unwind.init() #0
19 attributes #0 = { nounwind }
22 !llvm.module.flags = !{!8, !11}
24 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2)
25 !1 = !DIFile(filename: "/tmp/unwind-dw2.c", directory: "/tmp")
27 !4 = distinct !DISubprogram(name: "foo", line: 1, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: false, unit: !0, scopeLine: 1, file: !1, scope: !5, type: !6, retainedNodes: !2)
28 !5 = !DIFile(filename: "/tmp/unwind-dw2.c", directory: "/tmp")
29 !6 = !DISubroutineType(types: !7)
31 !8 = !{i32 2, !"Dwarf Version", i32 3}
32 !9 = !DILocation(line: 2, scope: !4)
33 !10 = !DILocation(line: 3, scope: !4)
34 !11 = !{i32 1, !"Debug Info Version", i32 3}