From: Akira Hatanaka Date: Wed, 5 Oct 2011 02:22:49 +0000 (+0000) Subject: Insert space. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=176965f46b9f4ca7c83746355853601c05488564;p=oota-llvm.git Insert space. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141158 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsDelaySlotFiller.cpp b/lib/Target/Mips/MipsDelaySlotFiller.cpp index bbcdb1ee807..c790189606f 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 EnableDelaySlotFiller( "enable-mips-delay-filler",