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

Chris Lattner lattner at cs.uiuc.edu
Wed Oct 15 16:51:02 PDT 2003


Changes in directory llvm/tools/gccas:

gccas.cpp updated: 1.78 -> 1.79

---
Log message:

Give this file a proper header


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

Index: llvm/tools/gccas/gccas.cpp
diff -u llvm/tools/gccas/gccas.cpp:1.78 llvm/tools/gccas/gccas.cpp:1.79
--- llvm/tools/gccas/gccas.cpp:1.78	Wed Oct 15 16:48:38 2003
+++ llvm/tools/gccas/gccas.cpp	Wed Oct 15 16:49:57 2003
@@ -1,5 +1,4 @@
-//===----------------------------------------------------------------------===//
-// LLVM 'GCCAS' UTILITY 
+//===-- gccas.cpp - The "optimizing assembler" used by the GCC frontend ---===//
 //
 // 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