mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Completely disable the pattern isel until it is more substantial.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15380 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4ad25e432d
commit
1ab7c5b5e8
@ -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…
x
Reference in New Issue
Block a user