aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-08-23 05:45:10 +0000
committerNate Begeman <natebegeman@mac.com>2005-08-23 05:45:10 +0000
commit8ca5693c517054c89a557391267fe305baa3407e (patch)
tree9934e56df8b72dd9cca9c6b2edfba3567f9772c9
parenta50d53e5ef9f2ef9866937511075f873e31d7c1d (diff)
Ack, typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22981 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp
index 11445a82dd..1aa34102aa 100644
--- a/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -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"));
}