[compiler-rt] r265609 - sync up with master copy

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 15:30:15 PDT 2016


Author: davidxl
Date: Wed Apr  6 17:30:14 2016
New Revision: 265609

URL: http://llvm.org/viewvc/llvm-project?rev=265609&view=rev
Log:
sync up with master copy

Modified:
    compiler-rt/trunk/lib/profile/InstrProfData.inc

Modified: compiler-rt/trunk/lib/profile/InstrProfData.inc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfData.inc?rev=265609&r1=265608&r2=265609&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfData.inc (original)
+++ compiler-rt/trunk/lib/profile/InstrProfData.inc Wed Apr  6 17:30:14 2016
@@ -133,7 +133,7 @@ VALUE_PROF_FUNC_PARAM(uint32_t, CounterI
 #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




More information about the llvm-commits mailing list