[llvm] e9f14d4 - [bugpoint] Remove unused declaration debugPassMiscompilation
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Mon May 29 11:57:05 PDT 2023
Author: Kazu Hirata
Date: 2023-05-29T11:56:52-07:00
New Revision: e9f14d49458b492a3d993328da7db9ff14c44f9f
URL: https://github.com/llvm/llvm-project/commit/e9f14d49458b492a3d993328da7db9ff14c44f9f
DIFF: https://github.com/llvm/llvm-project/commit/e9f14d49458b492a3d993328da7db9ff14c44f9f.diff
LOG: [bugpoint] Remove unused declaration debugPassMiscompilation
The declaration seems to have been unused for at least 15 years.
Added:
Modified:
llvm/tools/bugpoint/BugDriver.h
Removed:
################################################################################
diff --git a/llvm/tools/bugpoint/BugDriver.h b/llvm/tools/bugpoint/BugDriver.h
index b7c9edc5b8121..9fb0880b9cd01 100644
--- a/llvm/tools/bugpoint/BugDriver.h
+++ b/llvm/tools/bugpoint/BugDriver.h
@@ -101,15 +101,6 @@ class BugDriver {
/// input.
Error debugMiscompilation();
- /// debugPassMiscompilation - This method is called when the specified pass
- /// miscompiles Program as input. It tries to reduce the testcase to
- /// something that smaller that still miscompiles the program.
- /// ReferenceOutput contains the filename of the file containing the output we
- /// are to match.
- ///
- bool debugPassMiscompilation(const PassInfo *ThePass,
- const std::string &ReferenceOutput);
-
/// compileSharedObject - This method creates a SharedObject from a given
/// BitcodeFile for debugging a code generator.
///
More information about the llvm-commits
mailing list