From 13ed1e293611f51efb87d1d131cda23b39ed3fde Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 4 Aug 2009 02:54:15 +0000 Subject: [PATCH] Remove dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78035 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Bitcode/Writer/BitcodeWriter.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Bitcode/Writer/BitcodeWriter.cpp b/lib/Bitcode/Writer/BitcodeWriter.cpp index 1e6e9fb331f..4b925163954 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(V)) - continue; // If we need to switch types, do so now. if (V->getType() != LastTy) { LastTy = V->getType(); -- 2.34.1