Tidy comment.
authorDiego Novillo <dnovillo@google.com>
Mon, 29 Jun 2015 20:03:46 +0000 (20:03 +0000)
committerDiego Novillo <dnovillo@google.com>
Mon, 29 Jun 2015 20:03:46 +0000 (20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240987 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/InstrProfiling.cpp

index 05a9c8a5dfe549afab3b960be747f8806a289156..712bf8edc7ead8157ea4830fac9bd660963a0545 100644 (file)
@@ -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 =