summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-18 21:29:46 +0000
committerChris Lattner <sabre@nondot.org>2004-02-18 21:29:46 +0000
commitf913f40be8501738fa4bdcae2015dd196dcbfc50 (patch)
tree6777b12a361352233c6550700f263361c28a65d2 /tools/bugpoint/BugDriver.h
parent06905db7d2a2b83c1b3236d5552629ada2d8d56d (diff)
downloadllvm-f913f40be8501738fa4bdcae2015dd196dcbfc50.tar.gz
llvm-f913f40be8501738fa4bdcae2015dd196dcbfc50.tar.bz2
llvm-f913f40be8501738fa4bdcae2015dd196dcbfc50.tar.xz
A couple of minor cleanups: don't forward declare private classes, put private
classes in an anon namespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/BugDriver.h')
-rw-r--r--tools/bugpoint/BugDriver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h
index a5f1e3f356..38630a6fed 100644
--- a/tools/bugpoint/BugDriver.h
+++ b/tools/bugpoint/BugDriver.h
@@ -30,8 +30,6 @@ class Instruction;
class DebugCrashes;
class ReduceMiscompilingPasses;
class ReduceMiscompilingFunctions;
-class ReduceCrashingFunctions;
-class ReduceCrashingBlocks;
class CBE;
class GCC;