diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-20 20:40:30 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-20 20:40:30 +0000 |
commit | 1ee1e64293dc1727c0119530ae4bc72006879954 (patch) | |
tree | 7f76f32ce23d0646c380e28383995bd99a00a0f9 /tools/llvm-link/llvm-link.cpp | |
parent | 0beae0cdac65c4c530911737c028a40ab68ad925 (diff) | |
download | external_llvm-1ee1e64293dc1727c0119530ae4bc72006879954.zip external_llvm-1ee1e64293dc1727c0119530ae4bc72006879954.tar.gz external_llvm-1ee1e64293dc1727c0119530ae4bc72006879954.tar.bz2 |
Removed extraneous comment line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9308 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-link/llvm-link.cpp')
-rw-r--r-- | tools/llvm-link/llvm-link.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp index b3ff994..764b59b 100644 --- a/tools/llvm-link/llvm-link.cpp +++ b/tools/llvm-link/llvm-link.cpp @@ -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 |