OSDN Git Service

Add missing period to comment to match style of file.
authorNeil Henning <neil.henning@amd.com>
Fri, 5 Oct 2018 09:39:07 +0000 (09:39 +0000)
committerNeil Henning <neil.henning@amd.com>
Fri, 5 Oct 2018 09:39:07 +0000 (09:39 +0000)
This is a test commit to show that my commit access is working.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343842 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopUnrollPass.cpp

index e955821..d980cde 100644 (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;