mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 06:38:44 +00:00
Tidy comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
40a45a25be
commit
a8db479240
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user