Remove dead code.
llvm-svn: 78035
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user