aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/ValueEnumerator.cpp
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-06-19 05:33:57 +0000
committerBob Wilson <bob.wilson@apple.com>2010-06-19 05:33:57 +0000
commit8d7f162c51100a24ac72c89d94b48bd892a7433e (patch)
tree23dbf0cfdd0aaecba5ba5649e2c5c783e5ba6bc8 /lib/Bitcode/Writer/ValueEnumerator.cpp
parentdbe1ce39595800f1976e70bda0fc386bdec1d406 (diff)
downloadexternal_llvm-8d7f162c51100a24ac72c89d94b48bd892a7433e.zip
external_llvm-8d7f162c51100a24ac72c89d94b48bd892a7433e.tar.gz
external_llvm-8d7f162c51100a24ac72c89d94b48bd892a7433e.tar.bz2
Tidy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Writer/ValueEnumerator.cpp')
-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 a303fb4..7fa425a 100644
--- a/lib/Bitcode/Writer/ValueEnumerator.cpp
+++ b/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());