[llvm-commits] CVS: llvm/tools/bugpoint/bugpoint.cpp
Reid Spencer
reid at x10sys.com
Mon Mar 13 21:55:08 PST 2006
Changes in directory llvm/tools/bugpoint:
bugpoint.cpp updated: 1.27 -> 1.28
---
Log message:
Convert llvm.cs.uiuc.edu -> llvm.org
---
Diffs of the changes: (+1 -1)
bugpoint.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/bugpoint/bugpoint.cpp
diff -u llvm/tools/bugpoint/bugpoint.cpp:1.27 llvm/tools/bugpoint/bugpoint.cpp:1.28
--- llvm/tools/bugpoint/bugpoint.cpp:1.27 Thu Dec 22 14:02:55 2005
+++ llvm/tools/bugpoint/bugpoint.cpp Mon Mar 13 23:54:51 2006
@@ -51,7 +51,7 @@
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);
More information about the llvm-commits
mailing list