mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
describe an argument, hide it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2384d7b179
commit
3ee774091b
@ -32,7 +32,9 @@
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
using namespace llvm;
|
||||
|
||||
static cl::opt<bool> EnablePPCPreinc("enable-ppc-preinc");
|
||||
static cl::opt<bool> EnablePPCPreinc("enable-ppc-preinc",
|
||||
cl::desc("enable preincrement load/store generation on PPC (experimental)"),
|
||||
cl::Hidden);
|
||||
|
||||
PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
|
||||
: TargetLowering(TM), PPCSubTarget(*TM.getSubtargetImpl()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user