diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-22 23:42:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-22 23:42:00 +0000 |
commit | df60fe04ab07271a77de305d019aa9276a5e0bbc (patch) | |
tree | c3fafe1c327549517b4fb3ab3489d4442b873184 /llvm/lib/Bytecode/Reader/ArchiveReader.cpp | |
parent | d3e4bf17a5285092c4a7890fbca16f0155013aac (diff) | |
download | bcm5719-llvm-df60fe04ab07271a77de305d019aa9276a5e0bbc.tar.gz bcm5719-llvm-df60fe04ab07271a77de305d019aa9276a5e0bbc.zip |
Update file header for renamed file
llvm-svn: 8673
Diffstat (limited to 'llvm/lib/Bytecode/Reader/ArchiveReader.cpp')
-rw-r--r-- | llvm/lib/Bytecode/Reader/ArchiveReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp b/llvm/lib/Bytecode/Reader/ArchiveReader.cpp index 6a3f7abf9b6..be023538e18 100644 --- a/llvm/lib/Bytecode/Reader/ArchiveReader.cpp +++ b/llvm/lib/Bytecode/Reader/ArchiveReader.cpp @@ -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 |