mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
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
This commit is contained in:
parent
bb73468e2b
commit
6585b51821
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user