From: Sean Fertile Date: Wed, 24 Apr 2019 21:51:30 +0000 (+0000) Subject: Add period at end of comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d4155f08ea87c6909ddd6db4610c3d6c8034983;p=llvm Add period at end of comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359144 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index f95c88f5a3e..c8cbcdb5684 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/lib/Target/PowerPC/PPCISelLowering.cpp @@ -14437,7 +14437,7 @@ void PPCTargetLowering::insertCopiesSplitCSR( BuildMI(*Entry, MBBI, DebugLoc(), TII->get(TargetOpcode::COPY), NewVR) .addReg(*I); - // Insert the copy-back instructions right before the terminator + // Insert the copy-back instructions right before the terminator. for (auto *Exit : Exits) BuildMI(*Exit, Exit->getFirstTerminator(), DebugLoc(), TII->get(TargetOpcode::COPY), *I)