From 58d3445fd976751c0c1671f3f61a769e5540ab60 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 5 Oct 2011 01:06:57 +0000 Subject: [PATCH] Correct description string of enable-mips-delay-filler. llvm-svn: 141146 --- lib/Target/Mips/MipsDelaySlotFiller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Mips/MipsDelaySlotFiller.cpp b/lib/Target/Mips/MipsDelaySlotFiller.cpp index a6bd5f33f8d..b69e5797a1e 100644 --- a/lib/Target/Mips/MipsDelaySlotFiller.cpp +++ b/lib/Target/Mips/MipsDelaySlotFiller.cpp @@ -31,7 +31,7 @@ STATISTIC(FilledSlots, "Number of delay slots filled"); static cl::opt 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 {