]> granicus.if.org Git - llvm/commitdiff
[Transforms] Fix comments for hasFloatFn() and getFloatFnName() (NFC)
authorEvandro Menezes <e.menezes@samsung.com>
Fri, 9 Aug 2019 16:59:14 +0000 (16:59 +0000)
committerEvandro Menezes <e.menezes@samsung.com>
Fri, 9 Aug 2019 16:59:14 +0000 (16:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368452 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/BuildLibCalls.h

index 74fcf95b66280b0320528266e6cdb1522eebeaef..267cb7b9be7d51c36a384b25f1c21fceda59439d 100644 (file)
@@ -30,12 +30,12 @@ namespace llvm {
   bool inferLibFuncAttributes(Function &F, const TargetLibraryInfo &TLI);
   bool inferLibFuncAttributes(Module *M, StringRef Name, const TargetLibraryInfo &TLI);
 
-  /// Check whether the overloaded unary floating point function
+  /// Check whether the overloaded floating point function
   /// corresponding to \a Ty is available.
   bool hasFloatFn(const TargetLibraryInfo *TLI, Type *Ty,
                   LibFunc DoubleFn, LibFunc FloatFn, LibFunc LongDoubleFn);
 
-  /// Get the name of the overloaded unary floating point function
+  /// Get the name of the overloaded floating point function
   /// corresponding to \a Ty.
   StringRef getFloatFnName(const TargetLibraryInfo *TLI, Type *Ty,
                            LibFunc DoubleFn, LibFunc FloatFn,