[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 20 12:59:03 PDT 2003
Changes in directory llvm/tools/gccas:
gccas.cpp updated: 1.81 -> 1.82
---
Log message:
fix file header
---
Diffs of the changes: (+0 -1)
Index: llvm/tools/gccas/gccas.cpp
diff -u llvm/tools/gccas/gccas.cpp:1.81 llvm/tools/gccas/gccas.cpp:1.82
--- llvm/tools/gccas/gccas.cpp:1.81 Mon Oct 20 12:47:09 2003
+++ llvm/tools/gccas/gccas.cpp Mon Oct 20 12:58:41 2003
@@ -6,7 +6,6 @@
// the University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-//
//
// This utility is designed to be used by the GCC frontend for creating bytecode
// files from its intermediate LLVM assembly. The requirements for this utility
More information about the llvm-commits
mailing list