]> granicus.if.org Git - llvm/commitdiff
Test mail. NFC.
authorSuyog Sarda <quic_ssarda@quicinc.com>
Sat, 21 Sep 2019 18:03:30 +0000 (18:03 +0000)
committerSuyog Sarda <quic_ssarda@quicinc.com>
Sat, 21 Sep 2019 18:03:30 +0000 (18:03 +0000)
Testing commit acces. NFC.

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

lib/Transforms/Scalar/SROA.cpp

index 2aa8ae239bf563646104d0e0dc745ada1f2a489b..789cdeef173f49e161d752892db8841f76f35fbd 100644 (file)
@@ -1266,7 +1266,7 @@ static void speculatePHINodeLoads(PHINode &PN) {
   PHINode *NewPN = PHIBuilder.CreatePHI(LoadTy, PN.getNumIncomingValues(),
                                         PN.getName() + ".sroa.speculated");
 
-  // Get the AA tags and alignment to use from one of the loads.  It doesn't
+  // Get the AA tags and alignment to use from one of the loads. It does not
   // matter which one we get and if any differ.
   AAMDNodes AATags;
   SomeLoad->getAAMetadata(AATags);