[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)
llvm-svn: 320842

llvm/lib/Analysis/TargetLibraryInfo.cpp

index 47a84bd382a1f7793484942e264f2993c8c3ed18..f8facf282779da970c86b6fc794a7ba693375812 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.