summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsDelaySlotFiller.cpp
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2011-10-05 02:22:49 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2011-10-05 02:22:49 +0000
commit176965f46b9f4ca7c83746355853601c05488564 (patch)
treeff04383fd844f6d029a80357e725d14d991dd9e8 /lib/Target/Mips/MipsDelaySlotFiller.cpp
parent6e4e64859fe019c949f3d2c89abdfc2fe27f3af5 (diff)
downloadllvm-176965f46b9f4ca7c83746355853601c05488564.tar.gz
llvm-176965f46b9f4ca7c83746355853601c05488564.tar.bz2
llvm-176965f46b9f4ca7c83746355853601c05488564.tar.xz
Insert space.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141158 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsDelaySlotFiller.cpp')
-rw-r--r--lib/Target/Mips/MipsDelaySlotFiller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsDelaySlotFiller.cpp b/lib/Target/Mips/MipsDelaySlotFiller.cpp
index bbcdb1ee80..c790189606 100644
--- a/lib/Target/Mips/MipsDelaySlotFiller.cpp
+++ b/lib/Target/Mips/MipsDelaySlotFiller.cpp
@@ -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",