X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTransforms%2FInstCombine%2FInstructionCombining.cpp;h=d39b49fca866a1f7809dc6e20d51883d1595c0a2;hp=734056d211870f456c77440412e4f43eb6b7e3a3;hb=d3c712e50b3e7f06e8027b50e922956fbd00cb70;hpb=a39dacef0051a6fbd571c3d4d705b8dcccafa929 diff --git a/lib/Transforms/InstCombine/InstructionCombining.cpp b/lib/Transforms/InstCombine/InstructionCombining.cpp index 734056d2118..d39b49fca86 100644 --- a/lib/Transforms/InstCombine/InstructionCombining.cpp +++ b/lib/Transforms/InstCombine/InstructionCombining.cpp @@ -519,7 +519,7 @@ static Value *tryFactorization(InstCombiner::BuilderTy *Builder, if (isa(Op1)) HasNSW &= Op1->hasNoSignedWrap(); - // We can propogate 'nsw' if we know that + // We can propagate 'nsw' if we know that // %Y = mul nsw i16 %X, C // %Z = add nsw i16 %Y, %X // =>