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 | |
parent | 3c33161192217d439470bd384fcd41f37f87c2e3 (diff) | |
download | bcm5719-llvm-bc6f4baea9829fb7abc827827a0bc94993c11054.tar.gz bcm5719-llvm-bc6f4baea9829fb7abc827827a0bc94993c11054.zip |
Whitespace cleanup
llvm-svn: 178454
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Bitcode/Reader/BitstreamReader.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Bitcode/Writer/ValueEnumerator.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Bitcode/Reader/BitstreamReader.cpp b/llvm/lib/Bitcode/Reader/BitstreamReader.cpp index 942346b44e3..9dafe2a0367 100644 --- a/llvm/lib/Bitcode/Reader/BitstreamReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitstreamReader.cpp @@ -292,7 +292,7 @@ void BitstreamCursor::ReadAbbrevRecord() { Abbv->Add(BitCodeAbbrevOp(0)); continue; } - + Abbv->Add(BitCodeAbbrevOp(E, Data)); } else Abbv->Add(BitCodeAbbrevOp(E)); 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); |