<div dir="ltr">Thanks!</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 23, 2015 at 4:31 PM, Xinliang David Li via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: davidxl<br>
Date: Mon Nov 23 18:31:41 2015<br>
New Revision: 253941<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=253941&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=253941&view=rev</a><br>
Log:<br>
Remove trailing space in comments<br>
<br>
Modified:<br>
    llvm/trunk/include/llvm/ProfileData/InstrProfData.inc<br>
<br>
Modified: llvm/trunk/include/llvm/ProfileData/InstrProfData.inc<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/InstrProfData.inc?rev=253941&r1=253940&r2=253941&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/InstrProfData.inc?rev=253941&r1=253940&r2=253941&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/include/llvm/ProfileData/InstrProfData.inc (original)<br>
+++ llvm/trunk/include/llvm/ProfileData/InstrProfData.inc Mon Nov 23 18:31:41 2015<br>
@@ -184,13 +184,11 @@ COVMAP_FUNC_RECORD(const uint64_t, llvm:<br>
 #define INSTR_PROF_CONCAT(x,y) INSTR_PROF_SIMPLE_CONCAT(x,y)<br>
<br>
 /* Magic number to detect file format and endianness.<br>
- * Use 255 at one end, since no UTF-8 file can use that character.  Avoid 0,<br>
- * so that utilities, like strings, don't grab it as a string.  129 is also<br>
+ * Use 255 at one end, since no UTF-8 file can use that character.  Avoid 0,<br>
+ * so that utilities, like strings, don't grab it as a string.  129 is also<br>
  * invalid UTF-8, and high enough to be interesting.<br>
- * Use "lprofr" in the centre to stand for "LLVM Profile Raw", or "lprofR"<br>
+ * Use "lprofr" in the centre to stand for "LLVM Profile Raw", or "lprofR"<br>
  * for 32-bit platforms.<br>
- * The magic and version need to be kept in sync with<br>
- * projects/compiler-rt/lib/profile/InstrProfiling.c<br>
  */<br>
 #define INSTR_PROF_RAW_MAGIC_64 (uint64_t)255 << 56 | (uint64_t)'l' << 48 | \<br>
        (uint64_t)'p' << 40 | (uint64_t)'r' << 32 | (uint64_t)'o' << 24 |  \<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div>