llvm-reduce: Add a space to an option's --help
Otherwise, we get "filewith".
diff --git a/llvm/tools/llvm-reduce/llvm-reduce.cpp b/llvm/tools/llvm-reduce/llvm-reduce.cpp
index 83dcf98..036d0ee 100644
--- a/llvm/tools/llvm-reduce/llvm-reduce.cpp
+++ b/llvm/tools/llvm-reduce/llvm-reduce.cpp
@@ -50,7 +50,7 @@
static cl::opt<bool>
ReplaceInput("in-place",
- cl::desc("WARNING: This option will replace your input file"
+ cl::desc("WARNING: This option will replace your input file "
"with the reduced version!"));
// Parses IR into a Module and verifies it