From 94148739fa0776f811c9f8c69b90f24d06771e6b Mon Sep 17 00:00:00 2001 From: Rong Xu Date: Thu, 18 Apr 2019 07:11:05 +0000 Subject: [PATCH] [llvm-profdata] Fix one bad format in llvm-profdata CommandGuide doc. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358643 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-profdata.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CommandGuide/llvm-profdata.rst b/docs/CommandGuide/llvm-profdata.rst index 78bd4c19ea8..2f59bffa6c5 100644 --- a/docs/CommandGuide/llvm-profdata.rst +++ b/docs/CommandGuide/llvm-profdata.rst @@ -227,6 +227,7 @@ OPTIONS value. .. option:: -showcs + Only show context sensitive profile counts. The default is to filter all context sensitive profile counts. -- 2.50.1