diff options
Diffstat (limited to 'bolt/lib/Utils/CommandLineOpts.cpp')
-rw-r--r-- | bolt/lib/Utils/CommandLineOpts.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bolt/lib/Utils/CommandLineOpts.cpp b/bolt/lib/Utils/CommandLineOpts.cpp index 0724e62..41c89bc 100644 --- a/bolt/lib/Utils/CommandLineOpts.cpp +++ b/bolt/lib/Utils/CommandLineOpts.cpp @@ -128,11 +128,6 @@ cl::opt<bool> cl::desc("instrument code to generate accurate profile data"), cl::cat(BoltOptCategory)); -cl::opt<bool> - MatchProfileWithFunctionHash("match-profile-with-function-hash", - cl::desc("Match profile with function hash"), - cl::Hidden, cl::cat(BoltCategory)); - cl::opt<std::string> OutputFilename("o", cl::desc("<output file>"), |