summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-07 18:56:30 +0000
committerChris Lattner <sabre@nondot.org>2009-02-07 18:56:30 +0000
commit3a4baf1951dd1767c5b6380f5c5f3739929f8215 (patch)
tree535ea3e7bdefec1c7200de60e60aca22ebf227ba /tools/bugpoint/bugpoint.cpp
parent1fdbc1dd4e9cb42c79a30e8dc308c322e923cc52 (diff)
downloadllvm-3a4baf1951dd1767c5b6380f5c5f3739929f8215.tar.gz
llvm-3a4baf1951dd1767c5b6380f5c5f3739929f8215.tar.bz2
llvm-3a4baf1951dd1767c5b6380f5c5f3739929f8215.tar.xz
fix bugpoint url, patch by Pieter de Bie!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64022 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r--tools/bugpoint/bugpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index 2364675504..587077eb70 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -67,7 +67,7 @@ int main(int argc, char **argv) {
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);