[llvm-commits] CVS: llvm/tools/lli/lli.cpp
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 15:41:17 PDT 2003
Changes in directory llvm/tools/lli:
lli.cpp updated: 1.31 -> 1.32
---
Log message:
Removed extraneous comment line.
---
Diffs of the changes: (+0 -1)
Index: llvm/tools/lli/lli.cpp
diff -u llvm/tools/lli/lli.cpp:1.31 llvm/tools/lli/lli.cpp:1.32
--- llvm/tools/lli/lli.cpp:1.31 Mon Oct 20 12:47:14 2003
+++ llvm/tools/lli/lli.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 provides a way to execute LLVM bytecode without static
// compilation. This consists of a very simple and slow (but portable)
More information about the llvm-commits
mailing list