diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/Mips/MipsDelaySlotFiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsDelaySlotFiller.cpp b/lib/Target/Mips/MipsDelaySlotFiller.cpp index a6bd5f33f8..b69e5797a1 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<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 { |