<div dir="ltr"><div>Found 2 typos when I was trying to use the context sensitive profiling feature earlier today:<br></div><div><br></div><div>  ====================================================================</div><div> <br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">$ git diff docs/UsersManual.rst<br>diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst<br>index f45d2d5ac0e..0f5f315cfcb 100644<br>--- a/clang/docs/UsersManual.rst<br>+++ b/clang/docs/UsersManual.rst<br>@@ -1836,7 +1836,7 @@ programs using the same instrumentation method as ``-fprofile-generate``.<br>   .. code-block:: console<br><br>     $ clang++ -O2 -fprofile-use=code.profdata -fcs-profile-generate=sss/ttt \<br>-      -o cs_code<br>+      code.cc -o cs_code<br>     $ ./cs_code<br>     $ llvm-profdata merge -output=cs_code.profdata sss/ttt code.profdata<br><br>@@ -1846,7 +1846,7 @@ programs using the same instrumentation method as ``-fprofile-generate``.<br><br>   .. code-block:: console<br><br>-    $ clang++ -O2 -fprofile-use=cs_code.profdata<br>+    $ clang++ -O2 -fprofile-use=cs_code.profdata code.cc<br><br>   The above command will read both profiles to the compiler at the identical<br>   point of instrumenations.<br></blockquote><div><br></div><div>====================================================================</div><br><div><div dir="ltr" class="m_-4781121030862528833m_5479600336999179178gmail_signature" data-smartmail="gmail_signature">Rayson<br></div><div dir="ltr" class="m_-4781121030862528833m_5479600336999179178gmail_signature" data-smartmail="gmail_signature"><br>==================================================<br>Open Grid Scheduler - The Official Open Source Grid Engine<br><a href="http://gridscheduler.sourceforge.net/" target="_blank">http://gridscheduler.sourceforge.net/</a><br><a href="http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html" target="_blank">http://gridscheduler.sourceforge.net/GridEngine/GridEngineCloud.html</a></div></div></div>