X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FType.cpp;h=9b34dd840c8d7471aa5d860a618b009747dee5aa;hb=58e0ef1e90c3f6dbae213612b44e56f7d6d65ea7;hp=1d182b7b92f45de1617c2873bcfbc8cd88ec2a6e;hpb=fa73ea2d9fd785a214256ca44488407b26c5a3db;p=oota-llvm.git diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index 1d182b7b92f..9b34dd840c8 100644 --- a/lib/VMCore/Type.cpp +++ b/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())