summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSean Fertile <sfertile@ca.ibm.com>2019-04-24 21:51:30 +0000
committerSean Fertile <sfertile@ca.ibm.com>2019-04-24 21:51:30 +0000
commit526633deea863d4f08d80267c5c8c94dcad02382 (patch)
tree779ac753052e5952d7a6f25ee1082a103a477994 /llvm/lib
parent6932abee2c13cb0c8428700dbaa640f3942be930 (diff)
downloadbcm5719-llvm-526633deea863d4f08d80267c5c8c94dcad02382.tar.gz
bcm5719-llvm-526633deea863d4f08d80267c5c8c94dcad02382.zip
Add period at end of comment.
llvm-svn: 359144
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index f95c88f5a3e..c8cbcdb5684 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)
OpenPOWER on IntegriCloud