projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6932abe
)
Add period at end of comment.
author
Sean Fertile
<sfertile@ca.ibm.com>
Wed, 24 Apr 2019 21:51:30 +0000
(21:51 +0000)
committer
Sean 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
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index
f95c88f
..
c8cbcdb
100644
(file)
--- 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)