[llvm-commits] [llvm] r64022 - /llvm/trunk/tools/bugpoint/bugpoint.cpp

Chris Lattner sabre at nondot.org
Sat Feb 7 10:56:30 PST 2009


Author: lattner
Date: Sat Feb  7 12:56:30 2009
New Revision: 64022

URL: http://llvm.org/viewvc/llvm-project?rev=64022&view=rev
Log:
fix bugpoint url, patch by Pieter de Bie!

Modified:
    llvm/trunk/tools/bugpoint/bugpoint.cpp

Modified: llvm/trunk/tools/bugpoint/bugpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/bugpoint.cpp?rev=64022&r1=64021&r2=64022&view=diff

==============================================================================
--- llvm/trunk/tools/bugpoint/bugpoint.cpp (original)
+++ llvm/trunk/tools/bugpoint/bugpoint.cpp Sat Feb  7 12:56:30 2009
@@ -67,7 +67,7 @@
   llvm_shutdown_obj X;  // Call llvm_shutdown() on exit.
   cl::ParseCommandLineOptions(argc, argv,
                               "LLVM automatic testcase reducer. See\nhttp://"
-                              "llvm.org/docs/CommandGuide/bugpoint.html"
+                              "llvm.org/cmds/bugpoint.html"
                               " for more information.\n");
   sys::PrintStackTraceOnErrorSignal();
   sys::SetInterruptFunction(BugpointInterruptFunction);





More information about the llvm-commits mailing list