summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfData.inc
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-04-06 22:30:14 +0000
committerXinliang David Li <davidxl@google.com>2016-04-06 22:30:14 +0000
commitabe3f124417221770eb540cd277ce2415af9f96d (patch)
tree1a9e0f5efbd927ff607e1686db441a4ebaa783b6 /lib/profile/InstrProfData.inc
parent621dec47fa28c374f1f49032978fadf2ad7ec4d9 (diff)
sync up with master copy
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@265609 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfData.inc')
-rw-r--r--lib/profile/InstrProfData.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile/InstrProfData.inc b/lib/profile/InstrProfData.inc
index 6cd9450cc..b092c3bbe 100644
--- a/lib/profile/InstrProfData.inc
+++ b/lib/profile/InstrProfData.inc
@@ -133,7 +133,7 @@ VALUE_PROF_FUNC_PARAM(uint32_t, CounterIndex, Type::getInt32Ty(Ctx))
#else
#define INSTR_PROF_DATA_DEFINED
#endif
-/* For indirect function call value profiling, the address of the target
+/* For indirect function call value profiling, the addresses of the target
* functions are profiled by the instrumented code. The target addresses are
* written in the raw profile data and converted to target function name's MD5
* hash by the profile reader during deserialization. Typically, this happens