OSDN Git Service

[TargetLibraryInfo] fix documentation comment; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 15 Dec 2017 18:54:29 +0000 (18:54 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 15 Dec 2017 18:54:29 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320842 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/TargetLibraryInfo.cpp

index 47a84bd..f8facf2 100644 (file)
@@ -50,9 +50,9 @@ static bool hasSinCosPiStret(const Triple &T) {
   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.