mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
clarify that these are v9 options
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21960 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6bc2dc7b2c
commit
f8492193b9
@ -53,10 +53,10 @@ namespace llvm {
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
cl::opt<bool> DisableSched("disable-sched",
|
cl::opt<bool> DisableSched("disable-sched",
|
||||||
cl::desc("Disable local scheduling pass"));
|
cl::desc("Disable sparcv9 local scheduling pass"));
|
||||||
|
|
||||||
cl::opt<bool> DisablePeephole("disable-peephole",
|
cl::opt<bool> DisablePeephole("disable-peephole",
|
||||||
cl::desc("Disable peephole optimization pass"));
|
cl::desc("Disable sparcv9 peephole optimization pass"));
|
||||||
|
|
||||||
cl::opt<bool, true> EmitMappingInfoOpt("enable-maps", cl::ReallyHidden,
|
cl::opt<bool, true> EmitMappingInfoOpt("enable-maps", cl::ReallyHidden,
|
||||||
cl::location(EmitMappingInfo),
|
cl::location(EmitMappingInfo),
|
||||||
@ -64,7 +64,7 @@ namespace {
|
|||||||
cl::desc("Emit LLVM-to-MachineCode mapping info to assembly"));
|
cl::desc("Emit LLVM-to-MachineCode mapping info to assembly"));
|
||||||
|
|
||||||
cl::opt<bool> EnableModSched("enable-modsched",
|
cl::opt<bool> EnableModSched("enable-modsched",
|
||||||
cl::desc("Enable modulo scheduling pass instead of local scheduling"), cl::Hidden);
|
cl::desc("Enable sparcv9 modulo scheduling pass instead of local scheduling"), cl::Hidden);
|
||||||
|
|
||||||
// Register the target.
|
// Register the target.
|
||||||
RegisterTarget<SparcV9TargetMachine> X("sparcv9", " SPARC V9");
|
RegisterTarget<SparcV9TargetMachine> X("sparcv9", " SPARC V9");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user