From: Chris Lattner Date: Fri, 13 May 2005 19:45:45 +0000 (+0000) Subject: clarify that these are v9 options X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f8492193b92f3e71e265fea2aada75bfb3355e18;p=oota-llvm.git clarify that these are v9 options git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21960 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index a84fbca791d..6842ddcfd26 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -53,10 +53,10 @@ namespace llvm { namespace { cl::opt DisableSched("disable-sched", - cl::desc("Disable local scheduling pass")); + cl::desc("Disable sparcv9 local scheduling pass")); cl::opt DisablePeephole("disable-peephole", - cl::desc("Disable peephole optimization pass")); + cl::desc("Disable sparcv9 peephole optimization pass")); cl::opt EmitMappingInfoOpt("enable-maps", cl::ReallyHidden, cl::location(EmitMappingInfo), @@ -64,7 +64,7 @@ namespace { cl::desc("Emit LLVM-to-MachineCode mapping info to assembly")); cl::opt 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. RegisterTarget X("sparcv9", " SPARC V9");