diff options
Diffstat (limited to 'lib/Transforms/Instrumentation/InstrProfiling.cpp')
| -rw-r--r-- | lib/Transforms/Instrumentation/InstrProfiling.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/InstrProfiling.cpp b/lib/Transforms/Instrumentation/InstrProfiling.cpp index 05a9c8a5dfe5..712bf8edc7ea 100644 --- a/lib/Transforms/Instrumentation/InstrProfiling.cpp +++ b/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 =  | 
