diff --git a/llvm/lib/VMCore/Type.cpp b/llvm/lib/VMCore/Type.cpp index 1d182b7b92f45de1617c2873bcfbc8cd88ec2a6e..9b34dd840c8d7471aa5d860a618b009747dee5aa 100644 --- a/llvm/lib/VMCore/Type.cpp +++ b/llvm/lib/VMCore/Type.cpp @@ -303,7 +303,6 @@ static std::string getTypeDescription(const Type *Ty, } break; } - case Type::PackedStructTyID: case Type::StructTyID: { const StructType *STy = cast(Ty); if (STy->isPacked())