From 84c73fd9fc9198bc9d50a9d781851b76b17e0a83 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Wed, 19 Jul 2017 18:18:37 +0000 Subject: [PATCH] [docs] Minor formatting fixes. Patch by Tarun Rajendran. llvm-svn: 308505 --- polly/docs/UsingPollyWithClang.rst | 4 ++-- 1 file 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 -` to view +`_ to view Hotness information in opt-viewer. Resulting html files can be viewed in an internet browser.