[llvm] r320842 - [TargetLibraryInfo] fix documentation comment; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 10:54:29 PST 2017
Author: spatel
Date: Fri Dec 15 10:54:29 2017
New Revision: 320842
URL: http://llvm.org/viewvc/llvm-project?rev=320842&view=rev
Log:
[TargetLibraryInfo] fix documentation comment; NFC
Modified:
llvm/trunk/lib/Analysis/TargetLibraryInfo.cpp
Modified: llvm/trunk/lib/Analysis/TargetLibraryInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/TargetLibraryInfo.cpp?rev=320842&r1=320841&r2=320842&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/TargetLibraryInfo.cpp (original)
+++ llvm/trunk/lib/Analysis/TargetLibraryInfo.cpp Fri Dec 15 10:54:29 2017
@@ -50,9 +50,9 @@ static bool hasSinCosPiStret(const Tripl
return true;
}
-/// initialize - Initialize the set of available library functions based on the
-/// specified target triple. This should be carefully written so that a missing
-/// target triple gets a sane set of defaults.
+/// Initialize the set of available library functions based on the specified
+/// target triple. This should be carefully written so that a missing target
+/// triple gets a sane set of defaults.
static void initialize(TargetLibraryInfoImpl &TLI, const Triple &T,
ArrayRef<StringRef> StandardNames) {
// Verify that the StandardNames array is in alphabetical order.
More information about the llvm-commits
mailing list