Merge pull request #561 from practicalswift/typos-again

[Typo] Replace PR#514-525 with one large PR
This commit is contained in:
Dmitri Gribenko
2015-12-18 03:37:02 -08:00
101 changed files with 161 additions and 161 deletions

View File

@@ -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);