From 59770a43826f19ed2a735b1e461a43c63bd456bf Mon Sep 17 00:00:00 2001 From: c8ef Date: Sun, 10 Nov 2024 15:23:58 +0800 Subject: [PATCH] [NFC] Correct imprecise file location in the comment. (#115630) --- compiler-rt/lib/ctx_profile/CtxInstrContextNode.h | 6 +++--- llvm/include/llvm/ProfileData/CtxInstrContextNode.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compiler-rt/lib/ctx_profile/CtxInstrContextNode.h b/compiler-rt/lib/ctx_profile/CtxInstrContextNode.h index 3b0cbcdd49c25..36a996632b71e 100644 --- a/compiler-rt/lib/ctx_profile/CtxInstrContextNode.h +++ b/compiler-rt/lib/ctx_profile/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 diff --git a/llvm/include/llvm/ProfileData/CtxInstrContextNode.h b/llvm/include/llvm/ProfileData/CtxInstrContextNode.h index 3b0cbcdd49c25..36a996632b71e 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