[ProfileData] Remove unused declaration getMemOPSizeRangeFromOption
authorKazu Hirata <kazu@google.com>
Tue, 6 Jun 2023 16:35:56 +0000 (09:35 -0700)
committerKazu Hirata <kazu@google.com>
Tue, 6 Jun 2023 16:35:56 +0000 (09:35 -0700)
The corresponding function definition was removed by:

  commit 1ebee7adf8966ad9d2885c172a18104c94667061
  Author: Hiroshi Yamauchi <yamauchi@google.com>
  Date:   Fri Oct 2 13:00:40 2020 -0700

llvm/include/llvm/ProfileData/InstrProf.h

index ef01070..fe5f635 100644 (file)
@@ -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);