diff options
-rw-r--r-- | include/llvm/Bytecode/Archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/Archive.h b/include/llvm/Bytecode/Archive.h index aa94ca2e91..618f0516ca 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 |