Skip to content

Commit 9b9327f

Browse files
committed
llvm-reduce: Add a space to an option's --help
Otherwise, we get "filewith".
1 parent 381d3c5 commit 9b9327f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-reduce/llvm-reduce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static cl::alias OutputFileAlias("o", cl::desc("Alias for -output"),
5050

5151
static cl::opt<bool>
5252
ReplaceInput("in-place",
53-
cl::desc("WARNING: This option will replace your input file"
53+
cl::desc("WARNING: This option will replace your input file "
5454
"with the reduced version!"));
5555

5656
// Parses IR into a Module and verifies it

0 commit comments

Comments
 (0)