summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-07 00:26:54 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-07 00:26:54 +0000
commit0d72539d5aad14475a8fa473886e862322365e11 (patch)
tree0d57bb107cbb9a8355ab1dbaa4cfb774738959f7 /llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
parent27c1e5c2a9ff75002e94d518b05c2222877daba2 (diff)
downloadbcm5719-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.cpp2
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();
OpenPOWER on IntegriCloud