1*e5a61917STeresa Johnson; ModuleID = 'dbg_main.o'
2*e5a61917STeresa Johnsontarget datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3*e5a61917STeresa Johnsontarget triple = "x86_64-unknown-linux-gnu"
4*e5a61917STeresa Johnson
5*e5a61917STeresa Johnson; Function Attrs: nounwind uwtable
6*e5a61917STeresa Johnsondefine i32 @main() #0 !dbg !4 {
7*e5a61917STeresa Johnsonentry:
8*e5a61917STeresa Johnson  %call = tail call i32 @func1(i32 10) #2, !dbg !11
9*e5a61917STeresa Johnson  %call1 = tail call i32 @func2(i32 10) #2, !dbg !12
10*e5a61917STeresa Johnson  ret i32 0, !dbg !13
11*e5a61917STeresa Johnson}
12*e5a61917STeresa Johnson
13*e5a61917STeresa Johnsondeclare i32 @func1(i32) #1
14*e5a61917STeresa Johnson
15*e5a61917STeresa Johnsondeclare i32 @func2(i32) #1
16*e5a61917STeresa Johnson
17*e5a61917STeresa Johnsonattributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" }
18*e5a61917STeresa Johnsonattributes #1 = { "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" }
19*e5a61917STeresa Johnsonattributes #2 = { nounwind }
20*e5a61917STeresa Johnson
21*e5a61917STeresa Johnson!llvm.dbg.cu = !{!0}
22*e5a61917STeresa Johnson!llvm.module.flags = !{!8, !9}
23*e5a61917STeresa Johnson!llvm.ident = !{!10}
24*e5a61917STeresa Johnson
25*e5a61917STeresa Johnson!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.8.0 (trunk 251407) (llvm/trunk 251401)", isOptimized: true, runtimeVersion: 0, emissionKind: 1, enums: !2, subprograms: !3)
26*e5a61917STeresa Johnson!1 = !DIFile(filename: "dbg_main.c", directory: ".")
27*e5a61917STeresa Johnson!2 = !{}
28*e5a61917STeresa Johnson!3 = !{!4}
29*e5a61917STeresa Johnson!4 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 3, type: !5, isLocal: false, isDefinition: true, scopeLine: 3, isOptimized: true, variables: !2)
30*e5a61917STeresa Johnson!5 = !DISubroutineType(types: !6)
31*e5a61917STeresa Johnson!6 = !{!7}
32*e5a61917STeresa Johnson!7 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
33*e5a61917STeresa Johnson!8 = !{i32 2, !"Dwarf Version", i32 4}
34*e5a61917STeresa Johnson!9 = !{i32 2, !"Debug Info Version", i32 3}
35*e5a61917STeresa Johnson!10 = !{!"clang version 3.8.0 (trunk 251407) (llvm/trunk 251401)"}
36*e5a61917STeresa Johnson!11 = !DILocation(line: 4, column: 3, scope: !4)
37*e5a61917STeresa Johnson!12 = !DILocation(line: 5, column: 3, scope: !4)
38*e5a61917STeresa Johnson!13 = !DILocation(line: 6, column: 1, scope: !4)
39