[llvm-commits] CVS: llvm/tools/llvm-link/llvm-link.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 15:41:07 PDT 2003
Changes in directory llvm/tools/llvm-link:
llvm-link.cpp updated: 1.31 -> 1.32
---
Log message:
Removed extraneous comment line.
---
Diffs of the changes: (+0 -1)
Index: llvm/tools/llvm-link/llvm-link.cpp
diff -u llvm/tools/llvm-link/llvm-link.cpp:1.31 llvm/tools/llvm-link/llvm-link.cpp:1.32
--- llvm/tools/llvm-link/llvm-link.cpp:1.31 Mon Oct 20 12:47:19 2003
+++ llvm/tools/llvm-link/llvm-link.cpp Mon Oct 20 15:40:30 2003
@@ -6,7 +6,6 @@
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
//
// This utility may be invoked in the following manner:
// llvm-link a.bc b.bc c.bc -o x.bc
More information about the llvm-commits
mailing list