diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-07 00:26:54 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-07 00:26:54 +0000 |
commit | 0d72539d5aad14475a8fa473886e862322365e11 (patch) | |
tree | 0d57bb107cbb9a8355ab1dbaa4cfb774738959f7 /llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | |
parent | 27c1e5c2a9ff75002e94d518b05c2222877daba2 (diff) | |
download | bcm5719-llvm-0d72539d5aad14475a8fa473886e862322365e11.tar.gz bcm5719-llvm-0d72539d5aad14475a8fa473886e862322365e11.zip |
Prune utf8 chars in comments.
llvm-svn: 246953
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp index a830c9784b9..763e3c05a9d 100644 --- a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp +++ b/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp @@ -1242,7 +1242,7 @@ Value *LibCallSimplifier::optimizeFMinFMax(CallInst *CI, IRBuilder<> &B) { return nullptr; // No-signed-zeros is implied by the definitions of fmax/fmin themselves: // "Ideally, fmax would be sensitive to the sign of zero, for example - // fmax(−0. 0, +0. 0) would return +0; however, implementation in software + // fmax(-0. 0, +0. 0) would return +0; however, implementation in software // might be impractical." FMF.setNoSignedZeros(); FMF.setNoNaNs(); |