[llvm] r359144 - Add period at end of comment.
Sean Fertile via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 14:51:30 PDT 2019
Author: sfertile
Date: Wed Apr 24 14:51:30 2019
New Revision: 359144
URL: http://llvm.org/viewvc/llvm-project?rev=359144&view=rev
Log:
Add period at end of comment.
Modified:
llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
Modified: llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp?rev=359144&r1=359143&r2=359144&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp Wed Apr 24 14:51:30 2019
@@ -14437,7 +14437,7 @@ void PPCTargetLowering::insertCopiesSpli
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)
More information about the llvm-commits
mailing list