From 280ece9a69deb03d5ea1356704c52a50e92e58c6 Mon Sep 17 00:00:00 2001 From: wlei Date: Thu, 30 Mar 2023 11:21:30 -0700 Subject: [PATCH] fix docs warning in llvm-profdata.rst --- llvm/docs/CommandGuide/llvm-profdata.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index 1ed8531..515c18b 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -164,8 +164,8 @@ OPTIONS .. option:: --convert-sample-profile-layout=[nest|flat] Convert the merged profile into a profile with a new layout. Supported - layout are ``nest``(Nested profile, the input should be CS flat profile) and - ``flat``(Profile with nested inlinees flattened out). + layout are ``nest`` (Nested profile, the input should be CS flat profile) and + ``flat`` (Profile with nested inlinees flattened out). .. option:: --supplement-instr-with-sample= -- 2.7.4