Skip to content

Commit a548dfd

Browse files
committed
[nfc][profcheck] fix cl::desc typo
1 parent 0398ad4 commit a548dfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/tools/opt/optdriver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ static cl::opt<bool> EnableProfileVerification(
224224
#else
225225
cl::init(false),
226226
#endif
227-
cl::desc("Start the pipeline with prof-inject and end it with prof-check"));
227+
cl::desc(
228+
"Start the pipeline with prof-inject and end it with prof-verify"));
228229

229230
static cl::opt<std::string> ClDataLayout("data-layout",
230231
cl::desc("data layout string to use"),

0 commit comments

Comments
 (0)