diff options
author | Eli Friedman <efriedma@codeaurora.org> | 2017-07-19 18:18:37 +0000 |
---|---|---|
committer | Eli Friedman <efriedma@codeaurora.org> | 2017-07-19 18:18:37 +0000 |
commit | 84c73fd9fc9198bc9d50a9d781851b76b17e0a83 (patch) | |
tree | f67fa68bcb8c5a8342e883f84178ec90968f4582 /polly/docs | |
parent | e776dd9ca2f8ce20fb50b8e179cc563826f3892d (diff) | |
download | bcm5719-llvm-84c73fd9fc9198bc9d50a9d781851b76b17e0a83.tar.gz bcm5719-llvm-84c73fd9fc9198bc9d50a9d781851b76b17e0a83.zip |
[docs] Minor formatting fixes.
Patch by Tarun Rajendran.
llvm-svn: 308505
Diffstat (limited to 'polly/docs')
-rw-r--r-- | polly/docs/UsingPollyWithClang.rst | 4 |
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. |