Insert space.

llvm-svn: 141158
This commit is contained in:
Akira Hatanaka 2011-10-05 02:22:49 +00:00
parent 8e532eb92f
commit 02e760add3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ using namespace llvm;
STATISTIC(FilledSlots, "Number of delay slots filled");
STATISTIC(UsefulSlots, "Number of delay slots filled with instructions that"
"are not NOP.");
" are not NOP.");
static cl::opt<bool> EnableDelaySlotFiller(
"enable-mips-delay-filler",