diff options
| author | Devang Patel <dpatel@apple.com> | 2010-01-22 22:52:10 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2010-01-22 22:52:10 +0000 |
| commit | 0a0ea051700e1f6287df39c16ebfffb6c3782eac (patch) | |
| tree | cdc3af2913419655bda4762fb9f09ac88b34cde8 /lib/Bitcode/Writer/ValueEnumerator.h | |
| parent | e976667936c63c6dc64f428fcee4af2f37f1f177 (diff) | |
| download | external_llvm-0a0ea051700e1f6287df39c16ebfffb6c3782eac.zip external_llvm-0a0ea051700e1f6287df39c16ebfffb6c3782eac.tar.gz external_llvm-0a0ea051700e1f6287df39c16ebfffb6c3782eac.tar.bz2 | |
Remove MetadataBase class because it is not adding significant value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Writer/ValueEnumerator.h')
| -rw-r--r-- | lib/Bitcode/Writer/ValueEnumerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bitcode/Writer/ValueEnumerator.h b/lib/Bitcode/Writer/ValueEnumerator.h index c50fe9c..4f8ebf5 100644 --- a/lib/Bitcode/Writer/ValueEnumerator.h +++ b/lib/Bitcode/Writer/ValueEnumerator.h @@ -127,7 +127,7 @@ public: private: void OptimizeConstants(unsigned CstStart, unsigned CstEnd); - void EnumerateMetadata(const MetadataBase *MD); + void EnumerateMetadata(const Value *MD); void EnumerateNamedMDNode(const NamedMDNode *NMD); void EnumerateValue(const Value *V); void EnumerateType(const Type *T); |
