fix typo; NFC

llvm-svn: 244805
This commit is contained in:
Sanjay Patel 2015-08-12 20:36:18 +00:00
parent 70e51cb19d
commit e24c60eb54
1 changed files with 1 additions and 1 deletions

View File

@ -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) {