Skip to content

Commit c62136e

Browse files
committed
Test mail. NFC.
Testing commit acces. NFC. llvm-svn: 372479
1 parent eee532c commit c62136e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/SROA.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ static void speculatePHINodeLoads(PHINode &PN) {
12661266
PHINode *NewPN = PHIBuilder.CreatePHI(LoadTy, PN.getNumIncomingValues(),
12671267
PN.getName() + ".sroa.speculated");
12681268

1269-
// Get the AA tags and alignment to use from one of the loads. It doesn't
1269+
// Get the AA tags and alignment to use from one of the loads. It does not
12701270
// matter which one we get and if any differ.
12711271
AAMDNodes AATags;
12721272
SomeLoad->getAAMetadata(AATags);

0 commit comments

Comments
 (0)