diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2013-05-14 23:36:24 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-05-14 23:36:24 +0000 |
| commit | 149e281aa82c0e6c17cf15308290499e347a6cee (patch) | |
| tree | 35bd65f7f47d437b469bb001dc6353fc7c6ad9e9 /llvm/lib/Transforms | |
| parent | 773df4a11fab7484640ec4f42e27123c0f1ed0d6 (diff) | |
| download | bcm5719-llvm-149e281aa82c0e6c17cf15308290499e347a6cee.tar.gz bcm5719-llvm-149e281aa82c0e6c17cf15308290499e347a6cee.zip | |
Fix two typo
llvm-svn: 181848
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp b/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp index 87d56214a36..51ca29bc071 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp @@ -846,7 +846,7 @@ Instruction *InstCombiner::visitSDiv(BinaryOperator &I) { /// FP value and: /// 1) 1/C is exact, or /// 2) reciprocal is allowed. -/// If the convertion was successful, the simplified expression "X * 1/C" is +/// If the conversion was successful, the simplified expression "X * 1/C" is /// returned; otherwise, NULL is returned. /// static Instruction *CvtFDivConstToReciprocal(Value *Dividend, |

