[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp

Chris Lattner sabre at nondot.org
Mon Jun 18 22:46:28 PDT 2007



Changes in directory llvm/lib/Target/PowerPC:

PPCISelLowering.cpp updated: 1.273 -> 1.274
---
Log message:

describe an argument, hide it.



---
Diffs of the changes:  (+3 -1)

 PPCISelLowering.cpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPCISelLowering.cpp
diff -u llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.273 llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.274
--- llvm/lib/Target/PowerPC/PPCISelLowering.cpp:1.273	Mon Jun 18 19:13:10 2007
+++ llvm/lib/Target/PowerPC/PPCISelLowering.cpp	Tue Jun 19 00:46:06 2007
@@ -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()) {






More information about the llvm-commits mailing list