diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-11-30 05:26:03 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-11-30 05:26:03 +0000 |
| commit | 893a45b86ac85aba32ee6482f4b05315d2af9438 (patch) | |
| tree | 746aa1c6e0dc4dd3ea9aa9e8fa16e69181de1e62 /llvm | |
| parent | 3fd1b4c9bf5a360060564de0fccb742d49db2412 (diff) | |
| download | bcm5719-llvm-893a45b86ac85aba32ee6482f4b05315d2af9438.tar.gz bcm5719-llvm-893a45b86ac85aba32ee6482f4b05315d2af9438.zip | |
minor cleanup
llvm-svn: 24528
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Bytecode/Archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Bytecode/Archive.h b/llvm/include/llvm/Bytecode/Archive.h index aa94ca2e916..618f0516cad 100644 --- a/llvm/include/llvm/Bytecode/Archive.h +++ b/llvm/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 |

