Move the space in overview output for commands out of each of the
[oota-llvm.git] / tools / llc / llc.cpp
index b53f59b41cbb717daf50b587fa34e85c18bd9baf..7b55c8092cf125f20808827d1c9eb558de8b9bf0 100644 (file)
@@ -172,7 +172,7 @@ static std::ostream *GetOutputStream(const char *ProgName) {
 //
 int main(int argc, char **argv) {
   llvm_shutdown_obj X;  // Call llvm_shutdown() on exit.
-  cl::ParseCommandLineOptions(argc, argv, " llvm system compiler\n");
+  cl::ParseCommandLineOptions(argc, argv, "llvm system compiler\n");
   sys::PrintStackTraceOnErrorSignal();
 
   // Load the module to be compiled...