From 8ca5693c517054c89a557391267fe305baa3407e Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Tue, 23 Aug 2005 05:45:10 +0000 Subject: [PATCH] Ack, typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22981 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index 11445a82dd0..1aa34102aa5 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/lib/Target/PowerPC/PPCISelLowering.cpp @@ -22,7 +22,7 @@ using namespace llvm; namespace llvm { - cl::opt SetCCIllegal("-ppc-setcc-is-illegal", cl::Hidden, + cl::opt SetCCIllegal("ppc-setcc-is-illegal", cl::Hidden, cl::desc("Make ISD::SETCC illegal on PowerPC")); }