summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/bugpoint.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-03-14 05:54:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-03-14 05:54:52 +0000
commitc67a060a514b68c36f1939ffaaf9d835c6910fbd (patch)
tree5d66e560cd45c778d7ba8727646d57b49722dc92 /llvm/tools/bugpoint/bugpoint.cpp
parent85d182f3fc87d330029012421ac3e44758bf1d13 (diff)
downloadbcm5719-llvm-c67a060a514b68c36f1939ffaaf9d835c6910fbd.tar.gz
bcm5719-llvm-c67a060a514b68c36f1939ffaaf9d835c6910fbd.zip
Convert llvm.cs.uiuc.edu -> llvm.org
llvm-svn: 26748
Diffstat (limited to 'llvm/tools/bugpoint/bugpoint.cpp')
-rw-r--r--llvm/tools/bugpoint/bugpoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp
index dde7286ae9f..7991ab835e8 100644
--- a/llvm/tools/bugpoint/bugpoint.cpp
+++ b/llvm/tools/bugpoint/bugpoint.cpp
@@ -51,7 +51,7 @@ static void BugpointInterruptFunction() {
int main(int argc, char **argv) {
cl::ParseCommandLineOptions(argc, argv,
" LLVM automatic testcase reducer. See\nhttp://"
- "llvm.cs.uiuc.edu/docs/CommandGuide/bugpoint.html"
+ "llvm.org/docs/CommandGuide/bugpoint.html"
" for more information.\n");
sys::PrintStackTraceOnErrorSignal();
sys::SetInterruptFunction(BugpointInterruptFunction);
OpenPOWER on IntegriCloud