summaryrefslogtreecommitdiff
path: root/polly/docs
diff options
context:
space:
mode:
authorEli Friedman <efriedma@codeaurora.org>2017-07-19 18:18:37 +0000
committerEli Friedman <efriedma@codeaurora.org>2017-07-19 18:18:37 +0000
commit84c73fd9fc9198bc9d50a9d781851b76b17e0a83 (patch)
treef67fa68bcb8c5a8342e883f84178ec90968f4582 /polly/docs
parente776dd9ca2f8ce20fb50b8e179cc563826f3892d (diff)
downloadllvm-84c73fd9fc9198bc9d50a9d781851b76b17e0a83.tar.gz
[docs] Minor formatting fixes.
Patch by Tarun Rajendran. llvm-svn: 308505
Diffstat (limited to 'polly/docs')
-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 1beb0fc2ec34..ade5b41c2e7a 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.