mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #561 from practicalswift/typos-again
[Typo] Replace PR#514-525 with one large PR
This commit is contained in:
@@ -935,7 +935,7 @@ public:
|
||||
// Set the new start index to the first value of the induction.
|
||||
Start->setOperand(0, FirstVal);
|
||||
|
||||
// Clone and fixup the load, retain sequenence to the header.
|
||||
// Clone and fixup the load, retain sequence to the header.
|
||||
auto NewCheck = CheckToHoist.copyTo(Preheader->getTerminator(), DT);
|
||||
NewCheck->setOperand(1, Start);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user