Correct description string of enable-mips-delay-filler.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141146 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsDelaySlotFiller.cpp b/lib/Target/Mips/MipsDelaySlotFiller.cpp
index a6bd5f3..b69e579 100644
--- a/lib/Target/Mips/MipsDelaySlotFiller.cpp
+++ b/lib/Target/Mips/MipsDelaySlotFiller.cpp
@@ -31,7 +31,7 @@
 static cl::opt<bool> EnableDelaySlotFiller(
   "enable-mips-delay-filler",
   cl::init(false),
-  cl::desc("Fill the Mips delay slots with noop."),
+  cl::desc("Fill the Mips delay slots useful instructions."),
   cl::Hidden);
 
 namespace {