diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:59:43 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:59:43 +0000 |
| commit | 721cffd53a2c0e22167e042c53056b22e9363f67 (patch) | |
| tree | b6e17ac84f2d37247c1c76f5e7fa38cc422ea36a /llvm/lib/Transforms/Utils/AddrModeMatcher.cpp | |
| parent | a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184 (diff) | |
| download | bcm5719-llvm-721cffd53a2c0e22167e042c53056b22e9363f67.tar.gz bcm5719-llvm-721cffd53a2c0e22167e042c53056b22e9363f67.zip | |
Fix a typo 'iff' => 'if'
llvm-svn: 164767
Diffstat (limited to 'llvm/lib/Transforms/Utils/AddrModeMatcher.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Utils/AddrModeMatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp b/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp index 0f9dfddf574..40e151c76a0 100644 --- a/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp +++ b/llvm/lib/Transforms/Utils/AddrModeMatcher.cpp @@ -201,7 +201,7 @@ bool AddressingModeMatcher::MatchOperationAddr(User *AddrInst, unsigned Opcode, break; } //case Instruction::Or: - // TODO: We can handle "Or Val, Imm" iff this OR is equivalent to an ADD. + // TODO: We can handle "Or Val, Imm" if this OR is equivalent to an ADD. //break; case Instruction::Mul: case Instruction::Shl: { |

