LLVMProfileData: Update LLVMBuild.txt corresponding to r217437.
[oota-llvm.git] / lib / Analysis / ScalarEvolutionNormalization.cpp
index 3ccefb01101dcdc8d76bc7d7e64e958ac3f32255..b238fe43cc608a2b302f7d8b54fa555ee60e79d7 100644 (file)
@@ -126,7 +126,7 @@ TransformImpl(const SCEV *S, Instruction *User, Value *OperandValToReplace) {
       // Normalized form:   {-2,+,1,+,2}
       // Denormalized form: {1,+,3,+,2}
       //
-      // However, denormalization would use the a different step expression than
+      // However, denormalization would use a different step expression than
       // normalization (see getPostIncExpr), generating the wrong final
       // expression: {-2,+,1,+,2} + {1,+,2} => {-1,+,3,+,2}
       if (AR->isAffine() &&