aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/bugpoint
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-01-07 20:00:34 -0800
committerKazu Hirata <kazu@google.com>2022-01-07 20:00:34 -0800
commit4e2ec7e38dc2c4604d527d29ecbc8ac0387b06f0 (patch)
treee7d308b53f7398b8d1ec976e280fe7430ea7d22f /llvm/tools/bugpoint
parentf142c45f1e494f8dbdcc1bcf14122d128ac8f3fe (diff)
downloadllvm-4e2ec7e38dc2c4604d527d29ecbc8ac0387b06f0.zip
llvm-4e2ec7e38dc2c4604d527d29ecbc8ac0387b06f0.tar.gz
llvm-4e2ec7e38dc2c4604d527d29ecbc8ac0387b06f0.tar.bz2
[llvm] Remove unused forward declarations (NFC)
Diffstat (limited to 'llvm/tools/bugpoint')
-rw-r--r--llvm/tools/bugpoint/BugDriver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/bugpoint/BugDriver.h b/llvm/tools/bugpoint/BugDriver.h
index fe5201e..b7c9edc 100644
--- a/llvm/tools/bugpoint/BugDriver.h
+++ b/llvm/tools/bugpoint/BugDriver.h
@@ -25,7 +25,6 @@
namespace llvm {
-class Value;
class PassInfo;
class Module;
class GlobalVariable;
@@ -35,8 +34,6 @@ class AbstractInterpreter;
class Instruction;
class LLVMContext;
-class DebugCrashes;
-
class CC;
extern bool DisableSimplifyCFG;