Add period at end of comment.
authorSean Fertile <sfertile@ca.ibm.com>
Wed, 24 Apr 2019 21:51:30 +0000 (21:51 +0000)
committerSean Fertile <sfertile@ca.ibm.com>
Wed, 24 Apr 2019 21:51:30 +0000 (21:51 +0000)
llvm-svn: 359144

llvm/lib/Target/PowerPC/PPCISelLowering.cpp

index f95c88f..c8cbcdb 100644 (file)
@@ -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)