summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer
diff options
context:
space:
mode:
authorJoe Abbey <jabbey@arxan.com>2013-04-01 02:28:07 +0000
committerJoe Abbey <jabbey@arxan.com>2013-04-01 02:28:07 +0000
commitbc6f4baea9829fb7abc827827a0bc94993c11054 (patch)
treeeac23f8a46908b8f780dc58dc4521e7f04bc53dc /llvm/lib/Bitcode/Writer
parent3c33161192217d439470bd384fcd41f37f87c2e3 (diff)
downloadbcm5719-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.cpp2
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);
OpenPOWER on IntegriCloud