We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee532c commit c62136eCopy full SHA for c62136e
llvm/lib/Transforms/Scalar/SROA.cpp
@@ -1266,7 +1266,7 @@ static void speculatePHINodeLoads(PHINode &PN) {
1266
PHINode *NewPN = PHIBuilder.CreatePHI(LoadTy, PN.getNumIncomingValues(),
1267
PN.getName() + ".sroa.speculated");
1268
1269
- // 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
1270
// matter which one we get and if any differ.
1271
AAMDNodes AATags;
1272
SomeLoad->getAAMetadata(AATags);
0 commit comments