[llvm] [NFC] Correct imprecise file location in the comment. (PR #115630)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 9 19:28:06 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-pgo
Author: None (c8ef)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/115630.diff
1 Files Affected:
- (modified) llvm/include/llvm/ProfileData/CtxInstrContextNode.h (+3-3)
``````````diff
diff --git a/llvm/include/llvm/ProfileData/CtxInstrContextNode.h b/llvm/include/llvm/ProfileData/CtxInstrContextNode.h
index 3b0cbcdd49c254..36a996632b71e3 100644
--- a/llvm/include/llvm/ProfileData/CtxInstrContextNode.h
+++ b/llvm/include/llvm/ProfileData/CtxInstrContextNode.h
@@ -8,9 +8,9 @@
//==============================================================================
//
// NOTE!
-// llvm/lib/ProfileData/CtxInstrContextNode.h and
+// llvm/include/llvm/ProfileData/CtxInstrContextNode.h and
// compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
-// must be exact copies of each other
+// must be exact copies of each other.
//
// compiler-rt creates these objects as part of the instrumentation runtime for
// contextual profiling. LLVM only consumes them to convert a contextual tree
@@ -114,4 +114,4 @@ class ContextNode final {
};
} // namespace ctx_profile
} // namespace llvm
-#endif
\ No newline at end of file
+#endif
``````````
</details>
https://github.com/llvm/llvm-project/pull/115630
More information about the llvm-commits
mailing list