mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 00:25:01 +00:00
This enum is dead
llvm-svn: 37920
This commit is contained in:
parent
764f932da2
commit
e1541b7c18
@ -303,7 +303,6 @@ static std::string getTypeDescription(const Type *Ty,
|
||||
}
|
||||
break;
|
||||
}
|
||||
case Type::PackedStructTyID:
|
||||
case Type::StructTyID: {
|
||||
const StructType *STy = cast<StructType>(Ty);
|
||||
if (STy->isPacked())
|
||||
|
Loading…
Reference in New Issue
Block a user