summaryrefslogtreecommitdiff
path: root/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
commitef7964c1b78f57e277e74bda4f38e1143d1363fe (patch)
tree58155ddf31d81d55d2ee08a3748086b1b71624ea /lib/Bitcode/Writer
parent2691fe98a74bff1ff12e23ff67fc23a9f5fae485 (diff)
downloadllvm-ef7964c1b78f57e277e74bda4f38e1143d1363fe.tar.gz
llvm-ef7964c1b78f57e277e74bda4f38e1143d1363fe.tar.bz2
llvm-ef7964c1b78f57e277e74bda4f38e1143d1363fe.tar.xz
Whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Writer')
-rw-r--r--lib/Bitcode/Writer/ValueEnumerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bitcode/Writer/ValueEnumerator.cpp b/lib/Bitcode/Writer/ValueEnumerator.cpp
index 4f19dd00e6..8bac6da892 100644
--- a/lib/Bitcode/Writer/ValueEnumerator.cpp
+++ b/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);