summaryrefslogtreecommitdiff
path: root/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
commit9dce2b33807f47d794b0482313ae3fe0d275c833 (patch)
tree387ef0984ab15c29a2b018aa844a483cfca080b2 /tools/bugpoint/bugpoint.cpp
parentcd143fc4d03bcf6365e6a5657cd7feb0fa77994f (diff)
downloadllvm-9dce2b33807f47d794b0482313ae3fe0d275c833.tar.gz
llvm-9dce2b33807f47d794b0482313ae3fe0d275c833.tar.bz2
llvm-9dce2b33807f47d794b0482313ae3fe0d275c833.tar.xz
Convert llvm.cs.uiuc.edu -> llvm.org
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26748 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 dde7286ae9..7991ab835e 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/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);