[llvm] f705a60 - [ProfileData] Remove unused declaration getMemOPSizeRangeFromOption
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 09:36:08 PDT 2023
Author: Kazu Hirata
Date: 2023-06-06T09:35:56-07:00
New Revision: f705a60eb735376561f2c20863e5299398c75b17
URL: https://github.com/llvm/llvm-project/commit/f705a60eb735376561f2c20863e5299398c75b17
DIFF: https://github.com/llvm/llvm-project/commit/f705a60eb735376561f2c20863e5299398c75b17.diff
LOG: [ProfileData] Remove unused declaration getMemOPSizeRangeFromOption
The corresponding function definition was removed by:
commit 1ebee7adf8966ad9d2885c172a18104c94667061
Author: Hiroshi Yamauchi <yamauchi at google.com>
Date: Fri Oct 2 13:00:40 2020 -0700
Added:
Modified:
llvm/include/llvm/ProfileData/InstrProf.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ProfileData/InstrProf.h b/llvm/include/llvm/ProfileData/InstrProf.h
index ef01070832dee..fe5f635d19343 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);
More information about the llvm-commits
mailing list