diff options
| author | Rich Kadel <richkadel@google.com> | 2021-05-02 18:25:57 -0700 |
|---|---|---|
| committer | Rich Kadel <richkadel@google.com> | 2021-05-06 12:20:31 -0700 |
| commit | f58a362d188a0051063fda0cb4f2cb7e56e66119 (patch) | |
| tree | aaecb975e8b2fc5b5ff1ac6a9340bef1512a97b0 /compiler/rustc_codegen_llvm/src | |
| parent | 603a42ec5458c547b51173cfa48c23ad37b03c3f (diff) | |
| download | rust-f58a362d188a0051063fda0cb4f2cb7e56e66119.tar.gz rust-f58a362d188a0051063fda0cb4f2cb7e56e66119.zip | |
Update coverage docs and command line help
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs b/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs index 1faaa7e86f6..d19fda50bf6 100644 --- a/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs +++ b/compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs @@ -249,7 +249,7 @@ fn save_function_record( /// /// We can find the unused functions (including generic functions) by the set difference of all MIR /// `DefId`s (`tcx` query `mir_keys`) minus the codegenned `DefId`s (`tcx` query -/// `collect_and_partition_mono_items`). +/// `codegened_and_inlined_items`). /// /// *HOWEVER* the codegenned `DefId`s are partitioned across multiple `CodegenUnit`s (CGUs), and /// this function is processing a `function_coverage_map` for the functions (`Instance`/`DefId`) |
