revert r78048, it isn't worth using assertingvh here.

llvm-svn: 78119
This commit is contained in:
Chris Lattner
2009-08-04 23:07:12 +00:00
parent 83c917a627
commit 694285ca6d
4 changed files with 11 additions and 12 deletions

View File

@@ -1088,7 +1088,7 @@ static void WriteValueSymbolTable(const ValueSymbolTable &VST,
// VST_ENTRY: [valueid, namechar x N]
// VST_BBENTRY: [bbid, namechar x N]
unsigned Code;
if (isa<BasicBlock>(*SI->getValue())) {
if (isa<BasicBlock>(SI->getValue())) {
Code = bitc::VST_CODE_BBENTRY;
if (isChar6)
AbbrevToUse = VST_BBENTRY_6_ABBREV;