1e5a61917STeresa Johnson; ModuleID = 'dbg_main.o' 2e5a61917STeresa Johnsontarget datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" 3e5a61917STeresa Johnsontarget triple = "x86_64-unknown-linux-gnu" 4e5a61917STeresa Johnson 5e5a61917STeresa Johnson; Function Attrs: nounwind uwtable 6e5a61917STeresa Johnsondefine i32 @main() #0 !dbg !4 { 7e5a61917STeresa Johnsonentry: 8e5a61917STeresa Johnson %call = tail call i32 @func1(i32 10) #2, !dbg !11 9e5a61917STeresa Johnson %call1 = tail call i32 @func2(i32 10) #2, !dbg !12 10e5a61917STeresa Johnson ret i32 0, !dbg !13 11e5a61917STeresa Johnson} 12e5a61917STeresa Johnson 13e5a61917STeresa Johnsondeclare i32 @func1(i32) #1 14e5a61917STeresa Johnson 15e5a61917STeresa Johnsondeclare i32 @func2(i32) #1 16e5a61917STeresa Johnson 17e5a61917STeresa 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" } 18e5a61917STeresa 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" } 19e5a61917STeresa Johnsonattributes #2 = { nounwind } 20e5a61917STeresa Johnson 21e5a61917STeresa Johnson!llvm.dbg.cu = !{!0} 22e5a61917STeresa Johnson!llvm.module.flags = !{!8, !9} 23e5a61917STeresa Johnson!llvm.ident = !{!10} 24e5a61917STeresa Johnson 2575819aedSAdrian Prantl!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: FullDebug, enums: !2) 26e5a61917STeresa Johnson!1 = !DIFile(filename: "dbg_main.c", directory: ".") 27e5a61917STeresa Johnson!2 = !{} 28*2c864551SShiva Chen!4 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 3, type: !5, isLocal: false, isDefinition: true, scopeLine: 3, isOptimized: true, unit: !0, retainedNodes: !2) 29e5a61917STeresa Johnson!5 = !DISubroutineType(types: !6) 30e5a61917STeresa Johnson!6 = !{!7} 31e5a61917STeresa Johnson!7 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 32e5a61917STeresa Johnson!8 = !{i32 2, !"Dwarf Version", i32 4} 33e5a61917STeresa Johnson!9 = !{i32 2, !"Debug Info Version", i32 3} 34e5a61917STeresa Johnson!10 = !{!"clang version 3.8.0 (trunk 251407) (llvm/trunk 251401)"} 35e5a61917STeresa Johnson!11 = !DILocation(line: 4, column: 3, scope: !4) 36e5a61917STeresa Johnson!12 = !DILocation(line: 5, column: 3, scope: !4) 37e5a61917STeresa Johnson!13 = !DILocation(line: 6, column: 1, scope: !4) 38