Make PruneEH update the nounwind/noreturn attributes
[oota-llvm.git] / tools / llvm-prof / llvm-prof.cpp
index dcb9d1ff2188d91830e35c51bc627eaefff016a7..f4dd11957a7607b14e9a528c1b5713d4ebbee62a 100644 (file)
@@ -112,7 +112,7 @@ namespace {
 int main(int argc, char **argv) {
   llvm_shutdown_obj X;  // Call llvm_shutdown() on exit.
   try {
-    cl::ParseCommandLineOptions(argc, argv, " llvm profile dump decoder\n");
+    cl::ParseCommandLineOptions(argc, argv, "llvm profile dump decoder\n");
     sys::PrintStackTraceOnErrorSignal();
 
     // Read in the bitcode file...