diff options
author | Devang Patel <dpatel@apple.com> | 2009-08-04 02:54:15 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-08-04 02:54:15 +0000 |
commit | 13ed1e293611f51efb87d1d131cda23b39ed3fde (patch) | |
tree | 3a0512b1c3dd5922127f33f7b579cce85cb19c2d | |
parent | 2453c401459c9febff32f902253ada6b17a69756 (diff) |
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78035 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Bitcode/Writer/BitcodeWriter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp index 1e6e9fb331..4b92516395 100644 --- a/lib/Bitcode/Writer/BitcodeWriter.cpp +++ b/lib/Bitcode/Writer/BitcodeWriter.cpp @@ -596,8 +596,6 @@ static void WriteValues(unsigned FirstVal, unsigned LastVal, } } - if (isa<MetadataBase>(V)) - continue; // If we need to switch types, do so now. if (V->getType() != LastTy) { LastTy = V->getType(); |