brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · 1abed16 Raw
29 lines · plain
1; This file is used by 2009-09-03-mdnode.ll, so it doesn't actually do anything itself2;3; RUN: true4 5define i32 @f(...) nounwind {6entry:7  %retval = alloca i32                            ; <ptr> [#uses=1]8  call void @llvm.dbg.func.start(metadata !0)9  br label %return10 11return:                                           ; preds = %entry12  %0 = load i32, ptr %retval                          ; <i32> [#uses=1]13  call void @llvm.dbg.stoppoint(i32 3, i32 1, metadata !1)14  call void @llvm.dbg.region.end(metadata !0)15  ret i32 %016}17 18declare void @llvm.dbg.func.start(metadata) nounwind readnone19 20declare void @llvm.dbg.stoppoint(i32, i32, metadata) nounwind readnone21 22declare void @llvm.dbg.region.end(metadata) nounwind readnone23 24!llvm.dbg.cu = !{!1}25 26!0 = distinct !DISubprogram(name: "f", linkageName: "f", line: 1, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: false, unit: !1, scope: !1)27!1 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "ellcc 0.1.0", isOptimized: true, emissionKind: FullDebug, file: !2)28!2 = !DIFile(filename: "b.c", directory: "/home/rich/ellcc/test/source")29