[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 20 12:53:01 PDT 2003


Changes in directory llvm/tools/llvm-as:

llvm-as.cpp updated: 1.23 -> 1.24

---
Log message:

Fix file header


---
Diffs of the changes:  (+1 -3)

Index: llvm/tools/llvm-as/llvm-as.cpp
diff -u llvm/tools/llvm-as/llvm-as.cpp:1.23 llvm/tools/llvm-as/llvm-as.cpp:1.24
--- llvm/tools/llvm-as/llvm-as.cpp:1.23	Mon Oct 20 12:47:17 2003
+++ llvm/tools/llvm-as/llvm-as.cpp	Mon Oct 20 12:52:11 2003
@@ -1,4 +1,4 @@
-//===------------------------------------------------------------------------===
+//===--- llvm-as.cpp - The low-level LLVM assembler -----------------------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
@@ -6,8 +6,6 @@
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
-// 
-// LLVM 'AS' UTILITY 
 //
 //  This utility may be invoked in the following manner:
 //   llvm-as --help         - Output information about command line switches





More information about the llvm-commits mailing list