describe an argument, hide it.
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jun 2007 05:46:06 +0000 (05:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jun 2007 05:46:06 +0000 (05:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37650 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index 7028c9ebfab87f1246b7630534d69956f8c461b3..bf07fc615e8815cf0cd3d01a2199603bfc3a6af9 100644 (file)
@@ -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()) {