diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:54:52 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 05:54:52 +0000 |
| commit | c67a060a514b68c36f1939ffaaf9d835c6910fbd (patch) | |
| tree | 5d66e560cd45c778d7ba8727646d57b49722dc92 /llvm/tools/bugpoint/bugpoint.cpp | |
| parent | 85d182f3fc87d330029012421ac3e44758bf1d13 (diff) | |
| download | bcm5719-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.cpp | 2 |
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); |

