Ack, typo

llvm-svn: 22981
This commit is contained in:
Nate Begeman 2005-08-23 05:45:10 +00:00
parent 7216ad415b
commit f3ce09b36e
1 changed files with 1 additions and 1 deletions

View File

@ -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"));
}