diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-06-19 05:33:57 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-06-19 05:33:57 +0000 |
| commit | 4581434c27daed4f693323ff48dbea1b35812805 (patch) | |
| tree | 1863baf9e1fd037e9f5b6a88b2e838d6aac31998 /llvm/lib/Bitcode | |
| parent | 6d12973143b1b3d76734a244fb8d72cbcf975c8b (diff) | |
| download | bcm5719-llvm-4581434c27daed4f693323ff48dbea1b35812805.tar.gz bcm5719-llvm-4581434c27daed4f693323ff48dbea1b35812805.zip | |
Tidy.
llvm-svn: 106383
Diffstat (limited to 'llvm/lib/Bitcode')
| -rw-r--r-- | llvm/lib/Bitcode/Writer/ValueEnumerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp b/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp index a303fb48e23..7fa425a7d87 100644 --- a/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp +++ b/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp @@ -72,7 +72,7 @@ ValueEnumerator::ValueEnumerator(const Module *M) { // Enumerate types used by the type symbol table. EnumerateTypeSymbolTable(M->getTypeSymbolTable()); - // Insert constants and metadata that are named at module level into the slot + // Insert constants and metadata that are named at module level into the slot // pool so that the module symbol table can refer to them... EnumerateValueSymbolTable(M->getValueSymbolTable()); EnumerateMDSymbolTable(M->getMDSymbolTable()); |

