From 5d2e06a34bd14ca2508a342e15509f6d5a06a387 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Wed, 6 Apr 2016 22:30:14 +0000 Subject: [PATCH] sync up with master copy llvm-svn: 265609 --- compiler-rt/lib/profile/InstrProfData.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/profile/InstrProfData.inc b/compiler-rt/lib/profile/InstrProfData.inc index 6cd9450..b092c3b 100644 --- a/compiler-rt/lib/profile/InstrProfData.inc +++ b/compiler-rt/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 -- 2.7.4