projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb73468
)
Correct description string of enable-mips-delay-filler.
author
Akira Hatanaka
<ahatanaka@mips.com>
Wed, 5 Oct 2011 01:06:57 +0000
(
01:06
+0000)
committer
Akira Hatanaka
<ahatanaka@mips.com>
Wed, 5 Oct 2011 01:06:57 +0000
(
01:06
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141146
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsDelaySlotFiller.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsDelaySlotFiller.cpp
b/lib/Target/Mips/MipsDelaySlotFiller.cpp
index a6bd5f33f8d08207a39077753801b742d91a240d..b69e5797a1e365688e51b4b0a8fd540e67c0e089 100644
(file)
--- 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 {