summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-19 02:19:57 +0000
committerDan Gohman <gohman@apple.com>2009-05-19 02:19:57 +0000
commitd697a2dd8e3f65e8c99ee545c908e33b3e839e26 (patch)
treee27d0abd8d03cff2df8e13dbdecffc132f4b5348 /llvm/lib/CodeGen
parent2649491f9cb18a66ee3bc545e5cc6c9e4e119d11 (diff)
downloadbcm5719-llvm-d697a2dd8e3f65e8c99ee545c908e33b3e839e26.tar.gz
bcm5719-llvm-d697a2dd8e3f65e8c99ee545c908e33b3e839e26.zip
Remove the #ifndef NDEBUG from the FastISel debugging options. This
fixes dejagnu tests that use these options. llvm-svn: 72094
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 5f5aa7b0ab6..ba61c882df2 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -54,7 +54,6 @@ using namespace llvm;
static cl::opt<bool>
DisableLegalizeTypes("disable-legalize-types", cl::Hidden);
-#ifndef NDEBUG
static cl::opt<bool>
EnableFastISelVerbose("fast-isel-verbose", cl::Hidden,
cl::desc("Enable verbose messages in the \"fast\" "
@@ -62,10 +61,6 @@ EnableFastISelVerbose("fast-isel-verbose", cl::Hidden,
static cl::opt<bool>
EnableFastISelAbort("fast-isel-abort", cl::Hidden,
cl::desc("Enable abort calls when \"fast\" instruction fails"));
-#else
-static const bool EnableFastISelVerbose = false,
- EnableFastISelAbort = false;
-#endif
static cl::opt<bool>
SchedLiveInCopies("schedule-livein-copies",
cl::desc("Schedule copies of livein registers"),
OpenPOWER on IntegriCloud