mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-19 01:34:32 +00:00
Ack, typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22981 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a50d53e5ef
commit
8ca5693c51
@ -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"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user