Update file header for renamed file

llvm-svn: 8673
This commit is contained in:
Chris Lattner 2003-09-22 23:42:00 +00:00
parent 7623477716
commit b98aa0e0fb

View File

@ -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