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

Nate Begeman natebegeman at mac.com
Mon Aug 22 22:45:22 PDT 2005



Changes in directory llvm/lib/Target/PowerPC:

PPC32ISelLowering.cpp updated: 1.5 -> 1.6
---
Log message:

Ack, typo


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

 PPC32ISelLowering.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp
diff -u llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp:1.5 llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp:1.6
--- llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp:1.5	Tue Aug 23 00:42:36 2005
+++ llvm/lib/Target/PowerPC/PPC32ISelLowering.cpp	Tue Aug 23 00:45:10 2005
@@ -22,7 +22,7 @@
 using namespace llvm;
 
 namespace llvm {
-  cl::opt<bool> SetCCIllegal("-ppc-setcc-is-illegal", cl::Hidden,
+  cl::opt<bool> SetCCIllegal("ppc-setcc-is-illegal", cl::Hidden,
                              cl::desc("Make ISD::SETCC illegal on PowerPC"));
 }
 






More information about the llvm-commits mailing list