forked from OSchip/llvm-project
Added missing description for -disable-mmx option.
llvm-svn: 59929
This commit is contained in:
parent
2278f8f5e1
commit
35a70ec131
|
@ -42,7 +42,7 @@
|
|||
using namespace llvm;
|
||||
|
||||
static cl::opt<bool>
|
||||
DisableMMX("disable-mmx", cl::Hidden);
|
||||
DisableMMX("disable-mmx", cl::Hidden, cl::desc("Disable use of MMX"));
|
||||
|
||||
// Forward declarations.
|
||||
static SDValue getMOVLMask(unsigned NumElems, SelectionDAG &DAG);
|
||||
|
|
Loading…
Reference in New Issue