From 526633deea863d4f08d80267c5c8c94dcad02382 Mon Sep 17 00:00:00 2001 From: Sean Fertile Date: Wed, 24 Apr 2019 21:51:30 +0000 Subject: [PATCH] Add period at end of comment. llvm-svn: 359144 --- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index f95c88f..c8cbcdb 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/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) -- 2.7.4