commit | 91ce36c98668d1f3be0fe4a3b92aba86556c949f | [log] [tgz] |
---|---|---|
author | Sylvestre Ledru <sylvestre@debian.org> | Thu Sep 27 10:14:43 2012 +0000 |
committer | Sylvestre Ledru <sylvestre@debian.org> | Thu Sep 27 10:14:43 2012 +0000 |
tree | dc7a4a2b21e7ad3ba01c2d7383031f9bf1aac7b9 | |
parent | 721cffd53a2c0e22167e042c53056b22e9363f67 [diff] [blame] |
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 llvm-svn: 164768
diff --git a/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp b/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp index 40e151c..0f9dfdd 100644 --- a/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp +++ b/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp
@@ -201,7 +201,7 @@ break; } //case Instruction::Or: - // TODO: We can handle "Or Val, Imm" if this OR is equivalent to an ADD. + // TODO: We can handle "Or Val, Imm" iff this OR is equivalent to an ADD. //break; case Instruction::Mul: case Instruction::Shl: {