From 7bcd6a36e2135ac43a9223c6a00552628cd38e95 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 30 Nov 2005 05:26:03 +0000 Subject: [PATCH] minor cleanup git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24528 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bytecode/Archive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Bytecode/Archive.h b/include/llvm/Bytecode/Archive.h index aa94ca2e916..618f0516cad 100644 --- a/include/llvm/Bytecode/Archive.h +++ b/include/llvm/Bytecode/Archive.h @@ -490,7 +490,7 @@ class Archive { 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 -- 2.34.1