diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 5 | 
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"), | 

