Removed extraneous comment line.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 20:40:30 +0000 (20:40 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 20:40:30 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9308 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/llc.cpp
tools/lli/lli.cpp
tools/llvm-ar/llvm-ar.cpp
tools/llvm-link/llvm-link.cpp
tools/opt/opt.cpp

index ed99c1c4080a8e92e83d62f7b5f75e723cd647dd..0143d086e7496bed17aa3cb7d4c9d5b84cfb9194 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This is the llc code generator.
 //
index 2cd4e823c3bb8133783bcf016b3fb0331af39024..90d8a2fcdddb94087ac7113f00e1e560a32ceaac 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // This utility provides a way to execute LLVM bytecode without static
 // compilation.  This consists of a very simple and slow (but portable)
index a017974f0b8d77ebdb303d4b350fe7644af876f8..879d847630fc940e3cb253016161f9b3d47a1634 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 //
 // Builds up standard unix archive files (.a) containing LLVM bytecode.
 //
index b3ff99493b67dfa1307dcaaaf0233dafd962e969..764b59b43f85174fbb411de7fcf27d115ca1d0d9 100644 (file)
@@ -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
index 3c86d2fe67b4c21241a6dadc4c7f5ae575850173..bc0a5fcb6fb5a765c0742470d8fca616bc406893 100644 (file)
@@ -6,7 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
 // LLVM Modular Optimizer Utility: opt
 //
 // Optimizations may be specified an arbitrary number of times on the command