Added missing description for -disable-mmx option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59929 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mon P Wang 2008-11-24 02:10:43 +00:00
parent def27392c1
commit 9f22a4aaaf

View File

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