diff options
author | Sean Fertile <sfertile@ca.ibm.com> | 2019-04-24 21:51:30 +0000 |
---|---|---|
committer | Sean Fertile <sfertile@ca.ibm.com> | 2019-04-24 21:51:30 +0000 |
commit | 526633deea863d4f08d80267c5c8c94dcad02382 (patch) | |
tree | 779ac753052e5952d7a6f25ee1082a103a477994 /llvm/lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | 6932abee2c13cb0c8428700dbaa640f3942be930 (diff) | |
download | bcm5719-llvm-526633deea863d4f08d80267c5c8c94dcad02382.tar.gz bcm5719-llvm-526633deea863d4f08d80267c5c8c94dcad02382.zip |
Add period at end of comment.
llvm-svn: 359144
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 2 |
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) |