1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add missing period to comment to match style of file.

This is a test commit to show that my commit access is working.

llvm-svn: 343842
This commit is contained in:
Neil Henning 2018-10-05 09:39:07 +00:00
parent 9272baed4e
commit c09490e32b

View File

@ -801,7 +801,7 @@ bool llvm::computeUnrollCount(
}
}
// 4th priority is loop peeling
// 4th priority is loop peeling.
computePeelCount(L, LoopSize, UP, TripCount, SE);
if (UP.PeelCount) {
UP.Runtime = false;