1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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

llvm-svn: 141146
This commit is contained in:
Akira Hatanaka 2011-10-05 01:06:57 +00:00
parent da6fd6f972
commit 58d3445fd9

View File

@ -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 {