[llvm-commits] CVS: llvm/include/llvm/Bytecode/Archive.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Nov 29 21:26:15 PST 2005
Changes in directory llvm/include/llvm/Bytecode:
Archive.h updated: 1.12 -> 1.13
---
Log message:
minor cleanup
---
Diffs of the changes: (+1 -1)
Archive.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Bytecode/Archive.h
diff -u llvm/include/llvm/Bytecode/Archive.h:1.12 llvm/include/llvm/Bytecode/Archive.h:1.13
--- llvm/include/llvm/Bytecode/Archive.h:1.12 Tue Nov 29 23:21:10 2005
+++ llvm/include/llvm/Bytecode/Archive.h Tue Nov 29 23:26:03 2005
@@ -490,7 +490,7 @@
ArchiveMemberHeader& hdr,int sz, bool TruncateNames) const;
/// @brief Frees all the members and unmaps the archive file.
- void Archive::cleanUpMemory();
+ void cleanUpMemory();
/// This type is used to keep track of bytecode modules loaded from the
/// symbol table. It maps the file offset to a pair that consists of the
More information about the llvm-commits
mailing list