mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add period at end of comment.
llvm-svn: 359144
This commit is contained in:
parent
f85d1fda71
commit
f0d2dcd1c3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user