2009-09-03-mdnode2.ll 1.0 KB

1234567891011121314151617181920212223242526
  1. ; This file is used by 2009-09-03-mdnode.ll, so it doesn't actually do anything itself
  2. ;
  3. ; RUN: true
  4. define i32 @f(...) nounwind {
  5. entry:
  6. %retval = alloca i32 ; <i32*> [#uses=1]
  7. call void @llvm.dbg.func.start(metadata !0)
  8. br label %return
  9. return: ; preds = %entry
  10. %0 = load i32, i32* %retval ; <i32> [#uses=1]
  11. call void @llvm.dbg.stoppoint(i32 3, i32 1, metadata !1)
  12. call void @llvm.dbg.region.end(metadata !0)
  13. ret i32 %0
  14. }
  15. declare void @llvm.dbg.func.start(metadata) nounwind readnone
  16. declare void @llvm.dbg.stoppoint(i32, i32, metadata) nounwind readnone
  17. declare void @llvm.dbg.region.end(metadata) nounwind readnone
  18. !0 = !DISubprogram(name: "f", linkageName: "f", line: 1, isLocal: false, isDefinition: true, virtualIndex: 6, isOptimized: false, scope: !1)
  19. !1 = !DICompileUnit(language: DW_LANG_C99, producer: "ellcc 0.1.0", isOptimized: true, emissionKind: 0, file: !2)
  20. !2 = !DIFile(filename: "b.c", directory: "/home/rich/ellcc/test/source")