summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/docs/UsingPollyWithClang.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/docs/UsingPollyWithClang.rst b/polly/docs/UsingPollyWithClang.rst
index 1beb0fc2ec3..ade5b41c2e7 100644
--- a/polly/docs/UsingPollyWithClang.rst
+++ b/polly/docs/UsingPollyWithClang.rst
@@ -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.
OpenPOWER on IntegriCloud