From f705a60eb735376561f2c20863e5299398c75b17 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 6 Jun 2023 09:35:56 -0700 Subject: [PATCH] [ProfileData] Remove unused declaration getMemOPSizeRangeFromOption The corresponding function definition was removed by: commit 1ebee7adf8966ad9d2885c172a18104c94667061 Author: Hiroshi Yamauchi Date: Fri Oct 2 13:00:40 2020 -0700 --- llvm/include/llvm/ProfileData/InstrProf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/include/llvm/ProfileData/InstrProf.h b/llvm/include/llvm/ProfileData/InstrProf.h index ef01070..fe5f635 100644 --- a/llvm/include/llvm/ProfileData/InstrProf.h +++ b/llvm/include/llvm/ProfileData/InstrProf.h @@ -1237,10 +1237,6 @@ struct Header { } // end namespace RawInstrProf -// Parse MemOP Size range option. -void getMemOPSizeRangeFromOption(StringRef Str, int64_t &RangeStart, - int64_t &RangeLast); - // Create the variable for the profile file name. void createProfileFileNameVar(Module &M, StringRef InstrProfileOutput); -- 2.7.4