mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Completely disable the pattern isel until it is more substantial.
llvm-svn: 15380
This commit is contained in:
parent
9bce44c8cc
commit
101dccd430
@ -26,8 +26,12 @@
|
||||
using namespace llvm;
|
||||
|
||||
namespace {
|
||||
#if 0 // FIXME: This will be used in the future.
|
||||
cl::opt<bool> NoPatternISel("disable-pattern-isel", cl::init(true),
|
||||
cl::desc("Use the 'simple' X86 instruction selector"));
|
||||
#else
|
||||
static const bool NoPatternISel = true;
|
||||
#endif
|
||||
cl::opt<bool> NoSSAPeephole("disable-ssa-peephole", cl::init(true),
|
||||
cl::desc("Disable the ssa-based peephole optimizer "
|
||||
"(defaults to disabled)"));
|
||||
|
Loading…
Reference in New Issue
Block a user