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 | |
| parent | acc9ad59911c42059e9d70d929f4a8aff6fc8894 (diff) | |
| download | bcm5719-llvm-b0257c8419cf6708c4a312d5095ff13a48bf3c13.tar.gz bcm5719-llvm-b0257c8419cf6708c4a312d5095ff13a48bf3c13.zip | |
Tidy comment.
llvm-svn: 240987
Diffstat (limited to 'llvm/lib')
| -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 05a9c8a5dfe..712bf8edc7e 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 = |

