[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ArchiveReader.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 22 18:43:00 PDT 2003


Changes in directory llvm/lib/Bytecode/Reader:

ArchiveReader.cpp updated: 1.5 -> 1.6

---
Log message:

Update file header for renamed file


---
Diffs of the changes:

Index: llvm/lib/Bytecode/Reader/ArchiveReader.cpp
diff -u llvm/lib/Bytecode/Reader/ArchiveReader.cpp:1.5 llvm/lib/Bytecode/Reader/ArchiveReader.cpp:1.6
--- llvm/lib/Bytecode/Reader/ArchiveReader.cpp:1.5	Thu Sep 11 17:31:21 2003
+++ llvm/lib/Bytecode/Reader/ArchiveReader.cpp	Mon Sep 22 18:42:00 2003
@@ -1,4 +1,4 @@
-//===- ReadArchive.cpp - Code to read LLVM bytecode from .a files ---------===//
+//===- ArchiveReader.cpp - Code to read LLVM bytecode from .a files -------===//
 //
 // This file implements the ReadArchiveFile interface, which allows a linker to
 // read all of the LLVM bytecode files contained in a .a file.  This file





More information about the llvm-commits mailing list