[llvm] r259727 - [InstrProfiling] Fix a comment (NFC)
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 15:22:44 PST 2016
Author: vedantk
Date: Wed Feb 3 17:22:43 2016
New Revision: 259727
URL: http://llvm.org/viewvc/llvm-project?rev=259727&view=rev
Log:
[InstrProfiling] Fix a comment (NFC)
Modified:
llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp
Modified: llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp?rev=259727&r1=259726&r2=259727&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp Wed Feb 3 17:22:43 2016
@@ -277,7 +277,7 @@ static inline bool shouldRecordFunctionA
static inline Comdat *getOrCreateProfileComdat(Module &M,
InstrProfIncrementInst *Inc) {
// COFF format requires a COMDAT section to have a key symbol with the same
- // name. The linker targeting COFF also requires that the COMDAT section
+ // name. The linker targeting COFF also requires that the COMDAT
// a section is associated to must precede the associating section. For this
// reason, we must choose the name var's name as the name of the comdat.
StringRef ComdatPrefix = (Triple(M.getTargetTriple()).isOSBinFormatCOFF()
More information about the llvm-commits
mailing list