diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-08-12 20:36:18 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-08-12 20:36:18 +0000 |
commit | e24c60eb54c1bb1d1a146da79004c90a1ac2e84d (patch) | |
tree | 66725bdc3741e8f6d2a97670e164c34eabe39ef0 /llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | |
parent | 70e51cb19df73db9e382dbd7fb3676264d1438ea (diff) | |
download | bcm5719-llvm-e24c60eb54c1bb1d1a146da79004c90a1ac2e84d.tar.gz bcm5719-llvm-e24c60eb54c1bb1d1a146da79004c90a1ac2e84d.zip |
fix typo; NFC
llvm-svn: 244805
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 6bbf8287e22..83839e962e1 100644 --- a/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp +++ b/llvm/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. +/// corresponding to \a Ty is available. static bool hasUnaryFloatFn(const TargetLibraryInfo *TLI, Type *Ty, LibFunc::Func DoubleFn, LibFunc::Func FloatFn, LibFunc::Func LongDoubleFn) { |