projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9c6a9
)
fix typo; NFC
author
Sanjay Patel
<spatel@rotateright.com>
Wed, 12 Aug 2015 20:36:18 +0000
(20:36 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Wed, 12 Aug 2015 20:36:18 +0000
(20:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244805
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/SimplifyLibCalls.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/SimplifyLibCalls.cpp
b/lib/Transforms/Utils/SimplifyLibCalls.cpp
index 6bbf8287e22330a88cdd92f3f8bf7fecab1bbe9f..83839e962e1b526bff0789961d210cc742d0893e 100644
(file)
--- a/
lib/Transforms/Utils/SimplifyLibCalls.cpp
+++ b/
lib/Transforms/Utils/SimplifyLibCalls.cpp
@@
-102,7
+102,7
@@
static bool callHasFloatingPointArgument(const CallInst *CI) {
}
/// \brief Check whether the overloaded unary floating point function
-/// corresponing to \a Ty is available.
+/// correspon
d
ing to \a Ty is available.
static bool hasUnaryFloatFn(const TargetLibraryInfo *TLI, Type *Ty,
LibFunc::Func DoubleFn, LibFunc::Func FloatFn,
LibFunc::Func LongDoubleFn) {