[llvm-branch-commits] [polly] r309299 - Merging r308505:
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 27 11:13:18 PDT 2017
Author: hans
Date: Thu Jul 27 11:13:18 2017
New Revision: 309299
URL: http://llvm.org/viewvc/llvm-project?rev=309299&view=rev
Log:
Merging r308505:
------------------------------------------------------------------------
r308505 | efriedma | 2017-07-19 11:18:37 -0700 (Wed, 19 Jul 2017) | 5 lines
[docs] Minor formatting fixes.
Patch by Tarun Rajendran.
------------------------------------------------------------------------
Modified:
polly/branches/release_50/ (props changed)
polly/branches/release_50/docs/UsingPollyWithClang.rst
Propchange: polly/branches/release_50/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jul 27 11:13:18 2017
@@ -1 +1 @@
-/polly/trunk:308512
+/polly/trunk:308505,308512
Modified: polly/branches/release_50/docs/UsingPollyWithClang.rst
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_50/docs/UsingPollyWithClang.rst?rev=309299&r1=309298&r2=309299&view=diff
==============================================================================
--- polly/branches/release_50/docs/UsingPollyWithClang.rst (original)
+++ polly/branches/release_50/docs/UsingPollyWithClang.rst Thu Jul 27 11:13:18 2017
@@ -126,7 +126,7 @@ To run opt-viewer:
/path/to/program/src/bar.opt.yaml \
-o ./output
-Include all yaml files (use *.opt.yaml when specifying which yaml files to view)
+Include all yaml files (use \*.opt.yaml when specifying which yaml files to view)
to view all diagnostics from your program in opt-viewer. Compile with `PGO
-<https://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation>` to view
+<https://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation>`_ to view
Hotness information in opt-viewer. Resulting html files can be viewed in an internet browser.
More information about the llvm-branch-commits
mailing list