summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-05 15:51:05 +0000
committerChris Lattner <sabre@nondot.org>2003-08-05 15:51:05 +0000
commit47ae4a1cee5eec5767a11403c0fac7c91ec45461 (patch)
tree38f1a6afc1b5dee49498bc70130e54deeb15949e /tools/bugpoint/BugDriver.h
parent7a012299ced5cff02cec47055a63d3b2a78bb36f (diff)
downloadllvm-47ae4a1cee5eec5767a11403c0fac7c91ec45461.tar.gz
llvm-47ae4a1cee5eec5767a11403c0fac7c91ec45461.tar.bz2
llvm-47ae4a1cee5eec5767a11403c0fac7c91ec45461.tar.xz
If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for
narrowing, no matter what. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7596 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/BugDriver.h')
-rw-r--r--tools/bugpoint/BugDriver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h
index f86782a0bc..eff11ec0de 100644
--- a/tools/bugpoint/BugDriver.h
+++ b/tools/bugpoint/BugDriver.h
@@ -27,6 +27,8 @@ class ReduceCrashingBlocks;
class CBE;
class GCC;
+extern bool DisableSimplifyCFG;
+
class BugDriver {
const std::string ToolName; // Name of bugpoint
std::string ReferenceOutputFile; // Name of `good' output file