diff options
author | Joe Abbey <jabbey@arxan.com> | 2013-04-01 02:28:07 +0000 |
---|---|---|
committer | Joe Abbey <jabbey@arxan.com> | 2013-04-01 02:28:07 +0000 |
commit | bc6f4baea9829fb7abc827827a0bc94993c11054 (patch) | |
tree | eac23f8a46908b8f780dc58dc4521e7f04bc53dc /llvm/lib/Bitcode/Writer | |
parent | 3c33161192217d439470bd384fcd41f37f87c2e3 (diff) | |
download | bcm5719-llvm-bc6f4baea9829fb7abc827827a0bc94993c11054.tar.gz bcm5719-llvm-bc6f4baea9829fb7abc827827a0bc94993c11054.zip |
Whitespace cleanup
llvm-svn: 178454
Diffstat (limited to 'llvm/lib/Bitcode/Writer')
-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 4f19dd00e63..8bac6da8928 100644 --- a/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp +++ b/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp @@ -60,7 +60,7 @@ ValueEnumerator::ValueEnumerator(const Module *M) { I != E; ++I) EnumerateValue(I->getAliasee()); - // 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()); EnumerateNamedMetadata(M); |