[polly] r308505 - [docs] Minor formatting fixes.
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 11:18:37 PDT 2017
Author: efriedma
Date: Wed Jul 19 11:18:37 2017
New Revision: 308505
URL: http://llvm.org/viewvc/llvm-project?rev=308505&view=rev
Log:
[docs] Minor formatting fixes.
Patch by Tarun Rajendran.
Modified:
polly/trunk/docs/UsingPollyWithClang.rst
Modified: polly/trunk/docs/UsingPollyWithClang.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/UsingPollyWithClang.rst?rev=308505&r1=308504&r2=308505&view=diff
==============================================================================
--- polly/trunk/docs/UsingPollyWithClang.rst (original)
+++ polly/trunk/docs/UsingPollyWithClang.rst Wed Jul 19 11:18:37 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-commits
mailing list