commit | df005cbe198160b541d473ebe18aee3572d1cf16 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Aug 08 18:27:36 2015 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Aug 08 18:27:36 2015 +0000 |
tree | e158a70cfc8b09d08c8911ab5378e5b50929c011 | |
parent | 9bb8ef03a2bf081e26400a3b21e9ff476a22c88f [diff] [blame] |
Fix some comment typos. llvm-svn: 244402
diff --git a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp index 734056d..d39b49f 100644 --- a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp +++ b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
@@ -519,7 +519,7 @@ if (isa<OverflowingBinaryOperator>(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 // =>