[llvm] r240987 - Tidy comment.

Diego Novillo dnovillo at google.com
Mon Jun 29 13:03:46 PDT 2015


Author: dnovillo
Date: Mon Jun 29 15:03:46 2015
New Revision: 240987

URL: http://llvm.org/viewvc/llvm-project?rev=240987&view=rev
Log:
Tidy comment.

Modified:
    llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp

Modified: llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp?rev=240987&r1=240986&r2=240987&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp Mon Jun 29 15:03:46 2015
@@ -362,7 +362,7 @@ void InstrProfiling::emitInitialization(
         Function::Create(SetNameTy, GlobalValue::ExternalLinkage,
                          "__llvm_profile_override_default_filename", M);
 
-    // Create variable for profile name
+    // Create variable for profile name.
     Constant *ProfileNameConst =
         ConstantDataArray::getString(M->getContext(), InstrProfileOutput, true);
     GlobalVariable *ProfileName =





More information about the llvm-commits mailing list