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);



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to