diff options
author | Diego Novillo <dnovillo@google.com> | 2015-06-29 20:03:46 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2015-06-29 20:03:46 +0000 |
commit | b0257c8419cf6708c4a312d5095ff13a48bf3c13 (patch) | |
tree | ce2d4b5bc85aa56f43d9f2859a131716320d3643 /llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp | |
parent | acc9ad59911c42059e9d70d929f4a8aff6fc8894 (diff) | |
download | llvm-b0257c8419cf6708c4a312d5095ff13a48bf3c13.zip llvm-b0257c8419cf6708c4a312d5095ff13a48bf3c13.tar.gz llvm-b0257c8419cf6708c4a312d5095ff13a48bf3c13.tar.bz2 |
Tidy comment.
llvm-svn: 240987
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp index 05a9c8a..712bf8e 100644 --- a/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp @@ -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 = |